Sha256: cfe3b9937ceb8ee6900e43e3a4764f201ad3512c530cd0222063a183e4e7463f
Contents?: true
Size: 1.76 KB
Versions: 2
Compression:
Stored size: 1.76 KB
Contents
#Permanent settings for the site markdown: kramdown kramdown: input: GFM syntax_highlighter: rouge # used ruby gems for building this jekyll based site gems: - jekyll-mermaid # allows mermaid diagrams included in ```mermaid blocks in md plugins: - jekyll-datapage-generator # TODO investigate and document why this is here - jemoji # Configuration settings for the jekyll theme base_url: "https://open-science.vliz.be/vliz-be-jekyll-theme/" # Base URI for your site, e.g. http://example.com/test-repo/ => for development leave empty for gh-pages fill in the name of the repo of not the main gh-pages repo title: "vliz-be jekyll theme" # Title of your site share_enabled: true # Enables global share buttons to twitter (X), facebook, printer, email, linkedIn | default true social_media: - name: "twitter" url: "#placeholder" - name: "github" url: "#placeholder" - name: "youtube" url: "#placeholder" - name: "instagram" url: "#placeholder" - name: "boxu_test" url: "#placeholder" svg_path: "M248 0H208c-26.5 0-48 21.5-48 48V160c0 35.3 28.7 64 64 64H352c35.3 0 64-28.7 64-64V48c0-26.5-21.5-48-48-48H328V80c0 8.8-7.2 16-16 16H264c-8.8 0-16-7.2-16-16V0zM64 256c-35.3 0-64 28.7-64 64V448c0 35.3 28.7 64 64 64H224c35.3 0 64-28.7 64-64V320c0-35.3-28.7-64-64-64H184v80c0 8.8-7.2 16-16 16H120c-8.8 0-16-7.2-16-16V256H64zM352 512H512c35.3 0 64-28.7 64-64V320c0-35.3-28.7-64-64-64H472v80c0 8.8-7.2 16-16 16H408c-8.8 0-16-7.2-16-16V256H352c-15 0-28.8 5.1-39.7 13.8c4.9 10.4 7.7 22 7.7 34.2V464c0 12.2-2.8 23.8-7.7 34.2C323.2 506.9 337 512 352 512z" # Config settings for jekyll data page generator page_gen: - data: 'tools' template: 'remote_md' dir: 'tools' name: 'title' extension: '.html'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
vliz-be-theme-0.4.4 | _config.yml |
vliz-be-theme-0.4.3 | _config.yml |