diff --git a/web/config.toml.old b/web/config.toml.old deleted file mode 100644 index 4df17cf751704e72fe5ab008f20e6928a10437ef..0000000000000000000000000000000000000000 --- a/web/config.toml.old +++ /dev/null @@ -1,5 +0,0 @@ -baseURL = 'http://alexandre.meyer.pages.univ-lyon1.fr/m1if37-animation/' -languageCode = 'fr-FR' -title = "M1if37" - -theme = 'hugo-flex' diff --git a/web/config.yaml b/web/config.yaml index 650ee0da29bae8f586ce729c6483d49f00b5ef78..7eac836072f4580b86b007965024eee972b20973 100644 --- a/web/config.yaml +++ b/web/config.yaml @@ -1,4 +1,5 @@ -baseURL: 'http://alexandre.meyer.pages.univ-lyon1.fr/m1if37-animation/' +#baseURL: 'http://alexandre.meyer.pages.univ-lyon1.fr/m1if37-animation/' +baseURL: 'http://alexandre.meyer.pages.univ-lyon1.fr/' title: Animation en synthèse d'images author: Alexandre Meyer languageCode: fr-FR @@ -11,55 +12,122 @@ permalinks: posts: '/:filename/' pages: '/:filename/' -params: - color: gray - width: 42rem - description: M1if37 Animation en synthèse d'images - # footer: Except where otherwise noted, content on this site is licensed under a - # a <a href="http://creativecommons.org/licenses/by/4.0/" rel="license"> - # Creative Commons Attribution 4.0 International License</a>. - # rss: >- - # To subscribe to this RSS feed, copy the address in the address bar and paste - # it into your favorite feed reader. - divider: '\2015\2015' # Set to false to remove divider below posts on homepage - schema: true - opengraph: true - twittercards: true - summaries: false - utterances: - repo: # Set to Utterances repo URL to add Utterances comments - issueterm: pathname - theme: github-light - netlify: - honeypot: false # Set to true to add honeypot field in contact form - recaptcha: false # Set to true to add recaptcha challenge in contact form - # css: # Uncomment to add custom CSS from a list of files - # - css/foo.css - # - bar.css - # js: # Uncomment to add custom JS from a list of files - # - js/foo.js - # - bar.js - - -menu: - nav: - - name: M1if37 - url: index.html - weight: 1 + +# params: +# color: teal # Any color in CSS syntax +# width: 42rem # Any length in CSS syntax +# footer: >- # HTML spaces ( ) are needed before HTML elements +# Except where otherwise noted, content on this site is licensed under a   +# <a href="http://creativecommons.org/licenses/by/4.0/" rel="license">Creative +# Commons Attribution 4.0 International License</a>. +# rss: To subscribe to this RSS feed, copy its address and paste it into your +# favorite feed reader. +# summaries: false # Set to true to show summaries of posts on homepage +# divider: \a0 # Set to false to remove divider below posts on homepage +# schema: false # Set to true to add Schema.org metadata +# opengraph: false # Set to true to add Open Graph metadata +# twittercards: false # Set to true to add Twitter Cards metadata +# utterances: +# repo: # Set to Utterances repo URL to add Utterances comments +# issueterm: pathname +# theme: github-light +# netlify: +# honeypot: false # Set to true to add honeypot field in contact form +# recaptcha: false # Set to true to add recaptcha challenge in contact form +# # css: # Uncomment to add custom CSS from the assets directory +# # - css/foo.css +# # - bar.css +# # js: # Uncomment to add custom JS from the assets directory +# # - js/foo.js +# # - bar.js + # menu: # nav: -# - name: About -# url: about/ -# weight: 1 -# - name: Blog -# url: posts/ -# weight: 2 -# - name: M1if37 -# url: -# weight: 3 -# - name: Categories -# url: categories/ -# weight: 4 \ No newline at end of file +# - name: Aboutaaa +# url: about/ +# weight: 1 +# - name: Posts +# url: post/ +# weight: 2 +# - name: Tags +# url: tags/ +# weight: 3 +# - name: Categories +# url: categories/ +# weight: 4 +# - name: RSS +# url: index.xml +# weight: 5 + + +# # baseURL: 'http://alexandre.meyer.pages.univ-lyon1.fr/m1if37-animation/' +# # title: Animation en synthèse d'images +# # author: Alexandre Meyer +# # languageCode: fr-FR +# # pygmentsCodeFences: true +# # enableRobotsTXT: true +# # theme: hugo-flex +# # publishDir: public + +# # permalinks: +# # posts: '/:filename/' +# # pages: '/:filename/' + +# # params: +# # color: gray +# # width: 42rem +# # description: M1if37 Animation en synthèse d'images +# # # footer: Except where otherwise noted, content on this site is licensed under a +# # # a <a href="http://creativecommons.org/licenses/by/4.0/" rel="license"> +# # # Creative Commons Attribution 4.0 International License</a>. +# # # rss: >- +# # # To subscribe to this RSS feed, copy the address in the address bar and paste +# # # it into your favorite feed reader. +# # divider: '\2015\2015' # Set to false to remove divider below posts on homepage +# # schema: true +# # opengraph: true +# # twittercards: true +# # summaries: false +# # utterances: +# # repo: # Set to Utterances repo URL to add Utterances comments +# # issueterm: pathname +# # theme: github-light +# # netlify: +# # honeypot: false # Set to true to add honeypot field in contact form +# # recaptcha: false # Set to true to add recaptcha challenge in contact form +# # # css: # Uncomment to add custom CSS from a list of files +# # # - css/foo.css +# # # - bar.css +# # # js: # Uncomment to add custom JS from a list of files +# # # - js/foo.js +# # # - bar.js + + +# # # menu: +# # # nav: +# # # - name: M1if37 +# # # url: about/ +# # # weight: 1 +# # # - name: Posts +# # # url: posts/ +# # # weight: 2 + + + +# # menu: +# # nav: +# # - name: About +# # url: about/ +# # weight: 1 +# # - name: Blog +# # url: posts/ +# # weight: 2 +# # - name: M1if37 +# # url: +# # weight: 3 +# # - name: Categories +# # url: categories/ +# # weight: 4theme: hugo-flex diff --git a/web/themes/hugo-flex/config.yaml.old b/web/themes/hugo-flex/config.yaml.old deleted file mode 100644 index 18a5c835ed69be8e3dc164334ba36881b307fbb5..0000000000000000000000000000000000000000 --- a/web/themes/hugo-flex/config.yaml.old +++ /dev/null @@ -1,61 +0,0 @@ -params: - color: gray # Any color in CSS syntax - width: 42rem # Any length in CSS syntax - # footer: >- # A hardcoded space is needed before each html element - # Except where otherwise noted, content on this site is licensed under a   - # <a href="http://creativecommons.org/licenses/by/4.0/" rel="license">Creative - # Commons Attribution 4.0 International License</a>. - # rss: To subscribe to this RSS feed, copy its address and paste it into your - # favorite feed reader. - summaries: false # Set to true to show summaries of posts on homepage - divider: \a0 # Set to false to remove divider below posts on homepage - schema: false # Set to true to add Schema.org metadata - opengraph: false # Set to true to add Open Graph metadata - twittercards: false # Set to true to add Twitter Cards metadata - utterances: - repo: # Set to Utterances repo URL to add Utterances comments - issueterm: pathname - theme: github-light - netlify: - honeypot: false # Set to true to add honeypot field in contact form - recaptcha: false # Set to true to add recaptcha challenge in contact form - # css: # Uncomment to add custom CSS from a list of files - # - css/foo.css - # - bar.css - # js: # Uncomment to add custom JS from a list of files - # - js/foo.js - # - bar.js - - - -menu: - nav: - - name: About - url: about/ - weight: 1 - -# menu: -# nav: -# - name: Animation en synthèse d'images -# url: -# weight: 1 - - - # - name: Evaluation - # url: content3/ - # weight: 2 - # - name: Emploi du temps - # url: content2/ - # weight: 2 - # - name: Thèmes - # url: content/ - # weight: 2 - # - name: Tags - # url: tags/ - # weight: 3 - # - name: Categories - # url: categories/ - # weight: 4 - # - name: RSS - # url: index.xml - # weight: 5 diff --git a/web/themes/hugo-flex/theme.toml.old b/web/themes/hugo-flex/theme.toml.old deleted file mode 100644 index 0009ae6e1be6dbb43f7cf5fcffe25079fe637559..0000000000000000000000000000000000000000 --- a/web/themes/hugo-flex/theme.toml.old +++ /dev/null @@ -1,13 +0,0 @@ -name = "Hugo Flex" -license = "Apache-2.0" -licenselink = "https://github.com/de-souza/hugo-flex/blob/master/LICENSE" -description = "A lightweight Hugo theme leveraging CSS Flexbox" -homepage = "https://github.com/de-souza/hugo-flex/" -demosite = "https://de-souza.github.io/hugo-flex/" -tags = ["responsive", "minimal", "flexbox", "no-javascript"] -features = ["posts"] -min_version = "0.65" - -[author] - name = "Léo De Souza" - homepage = "https://github.com/de-souza/"