diff --git a/_config.yml b/_config.yml index eb87765435..a59b59f2bd 100644 --- a/_config.yml +++ b/_config.yml @@ -13,11 +13,11 @@ # you will see them accessed via {{ site.title }}, {{ site.github_repo }}, and so on. # You can create any custom variable you would like, and they will be accessible # in the templates via {{ site.myvariable }}. -title: Just the Docs -description: A Jekyll theme for documentation +title: SIGExample +description: A sample SIG website for ACM@UIUC baseurl: "" # the subpath of your site, e.g. /blog -url: "https://just-the-docs.com" # the base hostname & protocol for your site, e.g. http://example.com -repository: just-the-docs/just-the-docs # for github-metadata +url: "https://sigexample.acm.illinois.edu" # the base hostname & protocol for your site, e.g. http://example.com +repository: acm-uiuc/sig-website-jekyll-theme # for github-metadata permalink: pretty @@ -108,10 +108,12 @@ mermaid: # Enable or disable heading anchors heading_anchors: true +nav_footer_custom: '' + # Aux links for the upper right navigation aux_links: - "Just the Docs on GitHub": - - "https://github.com/just-the-docs/just-the-docs" + "ACM @ UIUC": + - "https://acm.illinois.edu" # Makes Aux links open in a new tab. Default is false aux_links_new_tab: false @@ -125,9 +127,9 @@ nav_enabled: true nav_sort: case_sensitive # Capital letters sorted before lowercase # External navigation links -nav_external_links: - - title: Just the Docs on GitHub - url: https://github.com/just-the-docs/just-the-docs +# nav_external_links: +# - title: GitHub +# url: https://acm.illinois.edu # Show navigation error report nav_error_report: true # default is false/nil. @@ -143,14 +145,14 @@ liquid: back_to_top: true back_to_top_text: "Back to top" -footer_content: 'Copyright © 2017-2020 Patrick Marsceill. Distributed by an MIT license. This site is powered by Netlify.' +# footer_content: '' # Footer last edited timestamp last_edit_timestamp: true # show or hide edit time - page must have `last_modified_date` defined in the frontmatter last_edit_time_format: "%b %e %Y at %I:%M %p" # uses ruby's time format: https://ruby-doc.org/stdlib-2.7.0/libdoc/time/rdoc/Time.html # Footer "Edit this page on GitHub" link text -gh_edit_link: true # show or hide edit this page link +gh_edit_link: false # show or hide edit this page link gh_edit_link_text: "Edit this page on GitHub" gh_edit_repository: "https://github.com/just-the-docs/just-the-docs" # the github URL for your repo gh_edit_branch: "main" # the branch that your docs is served from diff --git a/_includes/components/sidebar.html b/_includes/components/sidebar.html index 13c755bdfc..2908fe9353 100644 --- a/_includes/components/sidebar.html +++ b/_includes/components/sidebar.html @@ -12,21 +12,18 @@
diff --git a/_includes/footer_custom.html b/_includes/footer_custom.html index 64e08c290f..10871c902c 100644 --- a/_includes/footer_custom.html +++ b/_includes/footer_custom.html @@ -1,3 +1,5 @@ {%- if site.footer_content -%}{{ site.footer_content }}
+{%- else -%} +Copyright © {{ site.time | date: '%Y' }} by {{ site.title }}, a member of ACM@UIUC.
{%- endif -%} diff --git a/_includes/subtitle.html b/_includes/subtitle.html new file mode 100644 index 0000000000..cfaee46f84 --- /dev/null +++ b/_includes/subtitle.html @@ -0,0 +1,3 @@ +{% if site.subtitle %} + {{ site.subtitle }} +{% endif %} diff --git a/assets/images/acm-wordmark.png b/assets/images/acm-wordmark.png new file mode 100644 index 0000000000..2acdad7502 Binary files /dev/null and b/assets/images/acm-wordmark.png differ