From f797bb14f7413df2abac6326c6df769004e50aa1 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Mon, 1 May 2023 09:35:25 -0600 Subject: small bugfix, add toc settings, update example site and delete unnecessary static assets --- pyssg.xyz/live/static/fork-awesome/_config.yml | 66 -------------------------- 1 file changed, 66 deletions(-) delete mode 100644 pyssg.xyz/live/static/fork-awesome/_config.yml (limited to 'pyssg.xyz/live/static/fork-awesome/_config.yml') diff --git a/pyssg.xyz/live/static/fork-awesome/_config.yml b/pyssg.xyz/live/static/fork-awesome/_config.yml deleted file mode 100644 index cda1201..0000000 --- a/pyssg.xyz/live/static/fork-awesome/_config.yml +++ /dev/null @@ -1,66 +0,0 @@ -safe: false -port: 7998 -url: http://localhost:7998 - -source: src/doc/ -destination: _site - -highlighter: rouge -permalink: pretty - -# ensures SCSS files are compiled -# include: [_*.scss] - -# used in building icon pages -icon_meta: src/icons/icons.yml -icon_layout: icon.html # Relative to _layouts directory -icon_destination: icon # Relative to destination - -forkawesome: - name: Fork Awesome - tagline: A fork of the iconic font and CSS toolkit - version: 1.1.7 - minor_version: 1.1 - major_version: 1 - doc_blob: v1.1.7 - url: https://forkaweso.me/Fork-Awesome/ - css_prefix: fa - font_family: ForkAwesome - github: - url: https://github.com/ForkAwesome/Fork-Awesome - project: Fork-Awesome - org: ForkAwesome - license: - font: - version: SIL OFL 1.1 - url: http://scripts.sil.org/OFL - code: - version: MIT License - url: http://opensource.org/licenses/mit-license.html - documentation: - version: CC BY 3.0 - url: http://creativecommons.org/licenses/by/3.0/ - -fontawesome: - name: Font Awesome - minor_version: 4.7 - url: http://fontawesome.com - author: - name: Dave Gandy - email: dave@fontawesome.io - twitter: davegandy - github: davegandy - github: - url: https://github.com/FortAwesome/Font-Awesome - project: Font-Awesome - org: FortAwesome - -bootstrap: - version: 3.3.5 - url: http://getbootstrap.com - -jquery: - version: 1.11.3 - -jquery_validate: - version: 1.13.1 -- cgit v1.2.3-54-g00ecf