1313# you will see them accessed via {{ site.title }}, {{ site.github_repo }}, and so on.
1414# You can create any custom variable you would like, and they will be accessible
1515# in the templates via {{ site.myvariable }}.
16- title : Just the Docs
17- description : A Jekyll theme for documentation
16+ title : SIGExample
17+ description : A sample SIG website for ACM@UIUC
1818baseurl : " " # the subpath of your site, e.g. /blog
19- url : " https://just-the-docs.com " # the base hostname & protocol for your site, e.g. http://example.com
20- repository : just-the-docs/just-the-docs # for github-metadata
19+ url : " https://sigexample.acm.illinois.edu " # the base hostname & protocol for your site, e.g. http://example.com
20+ repository : acm-uiuc/sig-website-jekyll-theme # for github-metadata
2121
2222permalink : pretty
2323
@@ -108,10 +108,12 @@ mermaid:
108108# Enable or disable heading anchors
109109heading_anchors : true
110110
111+ nav_footer_custom : ' '
112+
111113# Aux links for the upper right navigation
112114aux_links :
113- " Just the Docs on GitHub " :
114- - " https://github.com/just-the-docs/just-the-docs "
115+ " ACM @ UIUC " :
116+ - " https://acm.illinois.edu "
115117
116118# Makes Aux links open in a new tab. Default is false
117119aux_links_new_tab : false
@@ -125,9 +127,9 @@ nav_enabled: true
125127nav_sort : case_sensitive # Capital letters sorted before lowercase
126128
127129# External navigation links
128- nav_external_links :
129- - title : Just the Docs on GitHub
130- url : https://github.com/just-the-docs/just-the-docs
130+ # nav_external_links:
131+ # - title: GitHub
132+ # url: https://acm.illinois.edu
131133
132134# Show navigation error report
133135nav_error_report : true # default is false/nil.
@@ -143,14 +145,14 @@ liquid:
143145back_to_top : true
144146back_to_top_text : " Back to top"
145147
146- footer_content : ' Copyright © 2017-2020 Patrick Marsceill. Distributed by an <a href="https://github.com/just-the-docs/just-the-docs/tree/main/LICENSE.txt">MIT license.</a> <a href="https://www.netlify.com/">This site is powered by Netlify.</a> '
148+ # footer_content: ''
147149
148150# Footer last edited timestamp
149151last_edit_timestamp : true # show or hide edit time - page must have `last_modified_date` defined in the frontmatter
150152last_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
151153
152154# Footer "Edit this page on GitHub" link text
153- gh_edit_link : true # show or hide edit this page link
155+ gh_edit_link : false # show or hide edit this page link
154156gh_edit_link_text : " Edit this page on GitHub"
155157gh_edit_repository : " https://github.com/just-the-docs/just-the-docs" # the github URL for your repo
156158gh_edit_branch : " main" # the branch that your docs is served from
0 commit comments