├── exampleSite
├── static
│ ├── js
│ │ └── custom.js
│ ├── css
│ │ └── custom.css
│ └── images
│ │ └── eden-farm-children-s-village.jpg
├── content
│ ├── authors
│ │ └── _index.md
│ ├── docs
│ │ ├── res
│ │ │ └── index.md
│ │ ├── _index.md
│ │ ├── config-file.md
│ │ ├── search-fuse-js.md
│ │ ├── syntax-highlighting.md
│ │ ├── sidebar.md
│ │ ├── translation.md
│ │ ├── emoji-support.md
│ │ ├── updating.md
│ │ ├── authors.md
│ │ ├── cover-image.md
│ │ ├── search-support.md
│ │ ├── search-lunr-js.md
│ │ ├── opengraph.md
│ │ ├── installation.md
│ │ ├── menus.md
│ │ ├── katex-support.md
│ │ ├── search-algolia.md
│ │ └── mathjax-support.md
│ ├── tags
│ │ ├── og
│ │ │ └── _index.md
│ │ └── config
│ │ │ └── _index.md
│ ├── page
│ │ ├── search.md
│ │ ├── about.md
│ │ ├── archive.md
│ │ └── typography.md
│ └── _index.md
├── data
│ ├── authors
│ │ └── muniftanjim.toml
│ ├── comments
│ │ └── 33deba780bf80cacf2627abf7a22fec7
│ │ │ ├── 85b5b000-33c9-11e8-b7f2-af13eee21e7d.yml
│ │ │ └── c7062840-33ca-11e8-b7f2-af13eee21e7d.yml
│ └── config
│ │ └── widgets.toml
└── staticman.yml
├── layouts
├── robots.txt
├── partials
│ ├── comments
│ │ ├── disqus.html
│ │ ├── staticman.html
│ │ ├── staticman
│ │ │ ├── GetStaticmanYML.html
│ │ │ ├── replies-list.html
│ │ │ ├── submission-feedback.html
│ │ │ ├── list.html
│ │ │ └── comment.html
│ │ ├── isso.html
│ │ └── utterances.html
│ ├── head
│ │ ├── analytics.html
│ │ ├── css.html
│ │ ├── extra.html
│ │ ├── meta.html
│ │ ├── head.html
│ │ ├── includes.html
│ │ ├── hreflang.html
│ │ └── opengraph
│ │ │ └── twitter.html
│ ├── entry
│ │ ├── content.html
│ │ ├── meta
│ │ │ ├── reading-time.html
│ │ │ ├── posted-on.html
│ │ │ └── author.html
│ │ ├── toc.html
│ │ ├── header.html
│ │ ├── taxonomy-list.html
│ │ ├── meta.html
│ │ ├── cover.html
│ │ ├── footer.html
│ │ └── comments.html
│ ├── svg
│ │ ├── content
│ │ │ ├── clock.svg
│ │ │ ├── prev.svg
│ │ │ ├── x.svg
│ │ │ ├── facebook.svg
│ │ │ ├── next.svg
│ │ │ ├── search.svg
│ │ │ ├── category.svg
│ │ │ ├── rss.svg
│ │ │ ├── author.svg
│ │ │ ├── google_scholar.svg
│ │ │ ├── menu.svg
│ │ │ ├── email.svg
│ │ │ ├── edit.svg
│ │ │ ├── tag.svg
│ │ │ ├── instagram.svg
│ │ │ ├── linkedin.svg
│ │ │ ├── calendar.svg
│ │ │ ├── twitter.svg
│ │ │ ├── telegram.svg
│ │ │ ├── codepen.svg
│ │ │ ├── series.svg
│ │ │ ├── gitlab.svg
│ │ │ ├── github.svg
│ │ │ ├── youtube.svg
│ │ │ └── git.svg
│ │ └── icon.html
│ ├── header
│ │ ├── description.html
│ │ ├── bodyClasses.html
│ │ └── header.html
│ ├── footer
│ │ ├── extra.html
│ │ ├── mermaid.html
│ │ ├── scripts.html
│ │ ├── mathjax.html
│ │ ├── katex.html
│ │ └── copyright.html
│ ├── data
│ │ ├── description
│ │ ├── author
│ │ │ └── displayName
│ │ └── title
│ ├── list
│ │ ├── date.html
│ │ └── date.archive.html
│ ├── extras
│ │ ├── widget_area.html
│ │ └── taxonomy_cloud.html
│ ├── footer.html
│ ├── sidebar
│ │ ├── toggler.html
│ │ └── sidebar.html
│ ├── widgets
│ │ ├── recent_posts.html
│ │ ├── taxonomy_cloud.html
│ │ ├── about.html
│ │ ├── search.html
│ │ ├── social_menu.html
│ │ ├── sidebar_menu.html
│ │ └── breadcrumbs.html
│ ├── nav
│ │ ├── menus
│ │ │ └── main.html
│ │ ├── entry_nav.html
│ │ └── pagination.html
│ └── header.html
├── shortcodes
│ ├── center.html
│ ├── mermaid.html
│ ├── katex.html
│ ├── slideshare.html
│ ├── svg.html
│ ├── file.html
│ ├── text.html
│ └── convo.html
├── page
│ ├── search.json
│ ├── archive.html
│ └── search.html
├── _default
│ ├── li.html
│ ├── li.archive.html
│ ├── single.html
│ ├── terms.html
│ └── list.html
├── taxonomy
│ ├── series.html
│ └── author.terms.html
├── index.html
└── 404.html
├── src
├── stylesheets
│ ├── hugo
│ │ ├── _hugo.scss
│ │ └── shortcodes
│ │ │ ├── _shortcodes.scss
│ │ │ ├── _text.scss
│ │ │ ├── _center.scss
│ │ │ └── _convo.scss
│ ├── extras
│ │ ├── _extras.scss
│ │ ├── variables
│ │ │ ├── _variables.scss
│ │ │ ├── _structure.scss
│ │ │ ├── _typography.scss
│ │ │ └── _colors.scss
│ │ ├── mixins
│ │ │ └── _mixins.scss
│ │ └── _accessibility.scss
│ ├── navigation
│ │ ├── _navigation.scss
│ │ ├── menus
│ │ │ ├── _main.scss
│ │ │ ├── _menus.scss
│ │ │ └── _sidebar.scss
│ │ ├── _pagination.scss
│ │ └── _entry-nav.scss
│ ├── forms
│ │ ├── _forms.scss
│ │ ├── _fields.scss
│ │ └── _buttons.scss
│ ├── layouts
│ │ ├── entry
│ │ │ ├── _entry.scss
│ │ │ ├── _footer.scss
│ │ │ ├── _meta.scss
│ │ │ ├── _content.scss
│ │ │ ├── _cover.scss
│ │ │ ├── _toc.scss
│ │ │ └── _comments.scss
│ │ ├── others
│ │ │ ├── _others.scss
│ │ │ ├── _home.scss
│ │ │ ├── _icons.scss
│ │ │ ├── _404.scss
│ │ │ ├── _archive.scss
│ │ │ └── _search.scss
│ │ ├── widgets
│ │ │ ├── _recent-posts.scss
│ │ │ ├── _taxonomy-cloud.scss
│ │ │ ├── _breadcrumbs.scss
│ │ │ ├── _social-menu.scss
│ │ │ ├── _about.scss
│ │ │ ├── _search.scss
│ │ │ └── _widgets.scss
│ │ ├── _footer.scss
│ │ ├── _header.scss
│ │ ├── _lists.scss
│ │ ├── _layouts.scss
│ │ └── sidebar
│ │ │ └── _sidebar.scss
│ ├── typography
│ │ ├── _typography.scss
│ │ ├── _copy.scss
│ │ ├── _headings.scss
│ │ └── _codes.scss
│ ├── elements
│ │ ├── _links.scss
│ │ ├── _lists.scss
│ │ ├── _tables.scss
│ │ └── _elements.scss
│ └── style.scss
└── scripts
│ ├── webpack-public-path.js
│ ├── helpers.js
│ ├── search
│ ├── lunr.js
│ ├── algolia.js
│ ├── fuse.js
│ └── helpers.js
│ ├── details-polyfill.js
│ ├── comments.js
│ └── main.js
├── archetypes
├── page.md
└── default.md
├── images
├── tn.png
└── screenshot.png
├── .gitignore
├── config.toml
├── static
├── favicon.ico
├── favicon.png
├── images
│ └── logo.png
├── assets
│ ├── gopher.png
│ ├── js
│ │ ├── details-polyfill.57b4e5ce.js
│ │ ├── comments.8316cbbf.js
│ │ ├── rtl.cebcaee5.js
│ │ └── sidebar.8b55e6c1.js
│ └── css
│ │ └── rtl.e580af8f.css
└── favicon-32x32.png
├── data
├── config
│ └── default
│ │ ├── mermaid.json
│ │ ├── mathjax.json
│ │ ├── katex.json
│ │ └── widgets.toml
├── theme.toml
└── assets.json
├── netlify.toml
├── theme.toml
├── LICENSE
├── scripts
├── generate-search-index-lunr.js
└── generate-search-index-algolia.js
├── i18n
├── fa.toml
├── hr.toml
├── ca.toml
├── sl.toml
├── pl.toml
├── zh.toml
├── de.toml
├── bn.toml
├── en.toml
├── ar.toml
├── hu.toml
├── it.toml
├── vi.toml
├── id.toml
├── tr.toml
├── es.toml
├── fr.toml
└── pt-BR.toml
├── package.json
└── README.md
/exampleSite/static/js/custom.js:
--------------------------------------------------------------------------------
1 | /* Custom JS */
2 |
--------------------------------------------------------------------------------
/layouts/robots.txt:
--------------------------------------------------------------------------------
1 | User-agent: *
2 | Disallow:
3 |
--------------------------------------------------------------------------------
/exampleSite/static/css/custom.css:
--------------------------------------------------------------------------------
1 | /* Custom CSS */
2 |
--------------------------------------------------------------------------------
/src/stylesheets/hugo/_hugo.scss:
--------------------------------------------------------------------------------
1 | @import 'shortcodes/shortcodes';
2 |
--------------------------------------------------------------------------------
/archetypes/page.md:
--------------------------------------------------------------------------------
1 | ---
2 | comments: false
3 | menu: main
4 | ---
5 |
--------------------------------------------------------------------------------
/exampleSite/content/authors/_index.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Authors
3 | ---
4 |
--------------------------------------------------------------------------------
/exampleSite/content/docs/res/index.md:
--------------------------------------------------------------------------------
1 | ---
2 | headless: true
3 | ---
4 |
--------------------------------------------------------------------------------
/exampleSite/content/tags/og/_index.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Opengraph
3 | ---
4 |
--------------------------------------------------------------------------------
/exampleSite/content/tags/config/_index.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Configuration
3 | ---
4 |
--------------------------------------------------------------------------------
/images/tn.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MunifTanjim/minimo/HEAD/images/tn.png
--------------------------------------------------------------------------------
/layouts/partials/comments/disqus.html:
--------------------------------------------------------------------------------
1 | {{ template "_internal/disqus.html" . }}
2 |
--------------------------------------------------------------------------------
/src/scripts/webpack-public-path.js:
--------------------------------------------------------------------------------
1 | __webpack_public_path__ = window.__assets_js_src
2 |
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | node_modules
2 | *.log
3 | *~
4 |
5 | .vscode
6 |
7 | exampleSite/public
8 |
--------------------------------------------------------------------------------
/config.toml:
--------------------------------------------------------------------------------
1 | [module]
2 | [module.hugoVersion]
3 | extended = true
4 | min = "0.123.0"
5 |
--------------------------------------------------------------------------------
/layouts/partials/head/analytics.html:
--------------------------------------------------------------------------------
1 | {{- template "_internal/google_analytics.html" . -}}
2 |
--------------------------------------------------------------------------------
/static/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MunifTanjim/minimo/HEAD/static/favicon.ico
--------------------------------------------------------------------------------
/static/favicon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MunifTanjim/minimo/HEAD/static/favicon.png
--------------------------------------------------------------------------------
/images/screenshot.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MunifTanjim/minimo/HEAD/images/screenshot.png
--------------------------------------------------------------------------------
/static/images/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MunifTanjim/minimo/HEAD/static/images/logo.png
--------------------------------------------------------------------------------
/static/assets/gopher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MunifTanjim/minimo/HEAD/static/assets/gopher.png
--------------------------------------------------------------------------------
/static/favicon-32x32.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MunifTanjim/minimo/HEAD/static/favicon-32x32.png
--------------------------------------------------------------------------------
/layouts/shortcodes/center.html:
--------------------------------------------------------------------------------
1 |
2 | {{ .Inner | markdownify }}
3 |
4 |
--------------------------------------------------------------------------------
/src/stylesheets/extras/_extras.scss:
--------------------------------------------------------------------------------
1 | @import 'variables/variables';
2 |
3 | @import 'mixins/mixins';
4 |
--------------------------------------------------------------------------------
/layouts/partials/entry/content.html:
--------------------------------------------------------------------------------
1 |
2 | {{ .Content }}
3 |
4 |
--------------------------------------------------------------------------------
/src/stylesheets/hugo/shortcodes/_shortcodes.scss:
--------------------------------------------------------------------------------
1 | @import 'center';
2 | @import 'convo';
3 | @import 'text';
4 |
--------------------------------------------------------------------------------
/layouts/partials/svg/content/clock.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/layouts/partials/svg/content/prev.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/layouts/partials/svg/content/x.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/layouts/partials/header/description.html:
--------------------------------------------------------------------------------
1 | {{ with .Description }}
2 |
3 | {{- . -}}
4 |
5 | {{ end }}
6 |
--------------------------------------------------------------------------------
/layouts/partials/svg/content/facebook.svg:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/layouts/partials/svg/content/next.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/layouts/partials/svg/content/search.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/src/stylesheets/extras/variables/_variables.scss:
--------------------------------------------------------------------------------
1 | @import 'colors';
2 |
3 | @import 'structure';
4 |
5 | @import 'typography';
6 |
--------------------------------------------------------------------------------
/src/stylesheets/navigation/_navigation.scss:
--------------------------------------------------------------------------------
1 | @import 'menus/menus';
2 |
3 | @import 'entry-nav';
4 |
5 | @import 'pagination';
6 |
--------------------------------------------------------------------------------
/layouts/partials/svg/content/category.svg:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/exampleSite/content/page/search.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Search
3 | type: page
4 | layout: search
5 | outputs:
6 | - html
7 | - json
8 | ---
9 |
--------------------------------------------------------------------------------
/src/stylesheets/hugo/shortcodes/_text.scss:
--------------------------------------------------------------------------------
1 | .text-shortcode {
2 | * {
3 | color: inherit;
4 | @include font-size(1);
5 | }
6 | }
7 |
--------------------------------------------------------------------------------
/layouts/partials/head/css.html:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/layouts/partials/svg/content/rss.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/data/config/default/mermaid.json:
--------------------------------------------------------------------------------
1 | {
2 | "library": {
3 | "path": "https://unpkg.com/mermaid/dist/mermaid.min.js"
4 | },
5 | "config": {}
6 | }
7 |
--------------------------------------------------------------------------------
/layouts/partials/svg/content/author.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/src/stylesheets/forms/_forms.scss:
--------------------------------------------------------------------------------
1 | @import 'buttons';
2 |
3 | @import 'fields';
4 |
5 | label {
6 | font-weight: 700;
7 | letter-spacing: 1px;
8 | }
9 |
--------------------------------------------------------------------------------
/layouts/partials/svg/content/google_scholar.svg:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/layouts/partials/svg/content/menu.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/layouts/shortcodes/mermaid.html:
--------------------------------------------------------------------------------
1 | {{- if eq .Page.Params.mermaid true -}}
2 |
3 |
4 | {{ safeHTML .Inner }}
5 |
6 |
7 | {{- end -}}
8 |
--------------------------------------------------------------------------------
/exampleSite/static/images/eden-farm-children-s-village.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/MunifTanjim/minimo/HEAD/exampleSite/static/images/eden-farm-children-s-village.jpg
--------------------------------------------------------------------------------
/layouts/partials/svg/content/email.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/src/stylesheets/layouts/entry/_entry.scss:
--------------------------------------------------------------------------------
1 | @import 'meta';
2 | @import 'cover';
3 | @import 'toc';
4 | @import 'content';
5 | @import 'footer';
6 | @import 'comments';
7 |
--------------------------------------------------------------------------------
/layouts/partials/svg/content/edit.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/layouts/partials/svg/content/tag.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/src/stylesheets/layouts/others/_others.scss:
--------------------------------------------------------------------------------
1 | @import '404';
2 |
3 | @import 'home';
4 |
5 | @import 'icons';
6 |
7 | @import 'archive';
8 |
9 | @import 'search';
10 |
--------------------------------------------------------------------------------
/data/config/default/mathjax.json:
--------------------------------------------------------------------------------
1 | {
2 | "library": {
3 | "path": "//unpkg.com/mathjax@2.7.5/MathJax.js",
4 | "config": "TeX-MML-AM_CHTML"
5 | },
6 | "config": {}
7 | }
8 |
--------------------------------------------------------------------------------
/exampleSite/content/docs/_index.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Documentation
3 | linkTitle: Docs
4 | menu:
5 | main:
6 | sidebar:
7 | identifier: docs
8 | weight: -250
9 | slug: docs
10 | ---
11 |
--------------------------------------------------------------------------------
/layouts/partials/comments/staticman.html:
--------------------------------------------------------------------------------
1 | {{ partial "comments/staticman/submission-feedback" . }}
2 |
3 | {{ partial "comments/staticman/list" . }}
4 |
5 | {{ partial "comments/staticman/form" . }}
6 |
--------------------------------------------------------------------------------
/archetypes/default.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: "{{ .Date }}"
3 | title: "{{ replace .TranslationBaseName '-' ' ' | title }}"
4 | authors: []
5 | categories:
6 | -
7 | tags:
8 | -
9 | draft: true
10 | ---
11 |
--------------------------------------------------------------------------------
/layouts/shortcodes/katex.html:
--------------------------------------------------------------------------------
1 | {{- $displayMode := ( not ( eq ( .Get 0 ) "inline" ) ) -}}
2 |
3 | {{- print ( cond $displayMode "\\[" "\\(" ) }}
4 | {{ .Inner }}
5 | {{- print ( cond $displayMode "\\]" "\\)" ) -}}
6 |
--------------------------------------------------------------------------------
/layouts/partials/svg/content/instagram.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/layouts/partials/svg/content/linkedin.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/layouts/partials/comments/staticman/GetStaticmanYML.html:
--------------------------------------------------------------------------------
1 | {{ $rawStaticmanYML := ( readFile "staticman.yml" ) }}
2 | {{ $parsedStaticmanYML := ( transform.Unmarshal $rawStaticmanYML ) }}
3 |
4 | {{ return $parsedStaticmanYML }}
5 |
--------------------------------------------------------------------------------
/layouts/partials/svg/content/calendar.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
--------------------------------------------------------------------------------
/layouts/partials/svg/content/twitter.svg:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/src/stylesheets/layouts/others/_home.scss:
--------------------------------------------------------------------------------
1 | .home-widgets {
2 | .sep-before {
3 | &:before {
4 | display: none;
5 |
6 | .entry + & {
7 | display: block;
8 | }
9 | }
10 | }
11 | }
12 |
--------------------------------------------------------------------------------
/src/stylesheets/layouts/widgets/_recent-posts.scss:
--------------------------------------------------------------------------------
1 | .widget-recent_posts {
2 | .sidebar & {
3 | .meta {
4 | display: none;
5 | }
6 |
7 | .item {
8 | margin-top: 0;
9 | }
10 | }
11 | }
12 |
--------------------------------------------------------------------------------
/layouts/partials/entry/meta/reading-time.html:
--------------------------------------------------------------------------------
1 | {{ if .Site.Params.settings.showReadingTime }}
2 |
3 | {{- partial "svg/icon" "clock" -}}
4 | {{ i18n "readingTime" .ReadingTime }}
5 |
6 | {{ end }}
7 |
--------------------------------------------------------------------------------
/src/stylesheets/extras/mixins/_mixins.scss:
--------------------------------------------------------------------------------
1 | @mixin font-size($size) {
2 | font-size: #{$size}em;
3 | }
4 |
5 | @mixin screen($screenSize) {
6 | @media screen and (min-width: #{$screenSize}) {
7 | @content;
8 | }
9 | }
10 |
--------------------------------------------------------------------------------
/exampleSite/content/_index.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: Home
3 | menu:
4 | - main
5 | - sidebar
6 | weight: -270
7 | ---
8 | > Minimalism is not a lack of something. It’s simply the perfect amount of something.
9 | > — Nicholas Burroughs
10 |
--------------------------------------------------------------------------------
/layouts/partials/svg/content/telegram.svg:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/layouts/partials/head/extra.html:
--------------------------------------------------------------------------------
1 | {{/*
2 | If you need to add content to your page header, override this template in your
3 | blog by creating a file named `/layout/partials/head/extra.html`. This way you
4 | don't have to edit the theme itself.
5 | */}}
6 |
--------------------------------------------------------------------------------
/layouts/partials/footer/extra.html:
--------------------------------------------------------------------------------
1 | {{/*
2 | If you need to add content to your page footer, override this template in your
3 | blog by creating a file named `/layouts/partials/footer/extra.html`. This way
4 | you don't have to edit the theme itself.
5 | */}}
6 |
--------------------------------------------------------------------------------
/src/stylesheets/layouts/entry/_footer.scss:
--------------------------------------------------------------------------------
1 | .entry-footer {
2 | .container > div {
3 | margin-top: 0.5em;
4 |
5 | &:first-child {
6 | margin-top: 2.5em;
7 | }
8 | }
9 |
10 | .icon {
11 | margin-right: 0.375em;
12 | }
13 | }
14 |
--------------------------------------------------------------------------------
/layouts/page/search.json:
--------------------------------------------------------------------------------
1 | [
2 | {{- range $i, $page := .Site.Pages -}}
3 | {{- dict "title" $page.Title "content" $page.Plain "href" $page.RelPermalink | jsonify | safeJS -}}
4 | {{- if ne $i ( sub ( len $.Site.Pages ) 1 ) -}},{{- end -}}
5 | {{- end -}}
6 | ]
7 |
--------------------------------------------------------------------------------
/exampleSite/data/authors/muniftanjim.toml:
--------------------------------------------------------------------------------
1 | id = "muniftanjim"
2 |
3 | [email]
4 | username = "muniftanjim"
5 | host = "gmail.com"
6 |
7 | [name]
8 | display = "Munif Tanjim"
9 |
10 | [social]
11 | email = ""
12 | facebook = "MunifTanjim"
13 | twitter = "MunifTanjim"
14 |
--------------------------------------------------------------------------------
/src/stylesheets/layouts/entry/_meta.scss:
--------------------------------------------------------------------------------
1 | .entry-meta {
2 | margin-top: 0.75em;
3 |
4 | span {
5 | @include font-size(0.9375);
6 | margin-right: 0.75em;
7 | font-style: italic;
8 | }
9 |
10 | .icon {
11 | margin-right: 0.25em;
12 | }
13 | }
14 |
--------------------------------------------------------------------------------
/layouts/partials/entry/toc.html:
--------------------------------------------------------------------------------
1 | {{ if eq .Params.toc true }}
2 |
3 |
4 |
5 | {{- i18n "tableOfContents" -}}
6 |
7 |
8 | {{ .TableOfContents }}
9 |
10 | {{ end }}
11 |
--------------------------------------------------------------------------------
/layouts/partials/svg/content/codepen.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/layouts/partials/svg/content/series.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/layouts/partials/data/description:
--------------------------------------------------------------------------------
1 | {{- with .Description -}}
2 | {{- . -}}
3 | {{- else -}}
4 | {{- if .IsPage -}}
5 | {{- .Summary -}}
6 | {{- else -}}
7 | {{- with .Site.Params.info.description -}}
8 | {{- . -}}
9 | {{- end -}}
10 | {{- end -}}
11 | {{- end -}}
12 |
--------------------------------------------------------------------------------
/src/stylesheets/extras/variables/_structure.scss:
--------------------------------------------------------------------------------
1 | $container__max-width: 740px;
2 | $container__gutter: 20px;
3 |
4 | $sidebar__width: 300px;
5 |
6 | $max-width__cover-wide: 1080px;
7 |
8 | $breakpoint-small: 480px;
9 | $breakpoint-medium: 920px;
10 |
11 | $transition-duration: 0.2s;
12 |
--------------------------------------------------------------------------------
/src/stylesheets/layouts/widgets/_taxonomy-cloud.scss:
--------------------------------------------------------------------------------
1 | .widget-taxonomy_cloud {
2 | .sidebar & {
3 | .taxonomy-cloud {
4 | justify-content: flex-end;
5 |
6 | @include font-size(0.875);
7 | }
8 |
9 | li {
10 | padding: 0 0 0.4em 0.8em;
11 | }
12 | }
13 | }
14 |
--------------------------------------------------------------------------------
/layouts/partials/svg/content/gitlab.svg:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/src/stylesheets/navigation/menus/_main.scss:
--------------------------------------------------------------------------------
1 | .main-menu {
2 | & > div {
3 | display: flex;
4 | align-items: center;
5 | }
6 |
7 | li {
8 | display: inline-block;
9 | margin-right: 0.625em;
10 |
11 | &:last-child {
12 | margin-right: 0;
13 | }
14 | }
15 | }
16 |
--------------------------------------------------------------------------------
/layouts/partials/comments/isso.html:
--------------------------------------------------------------------------------
1 | {{- $scriptSrc := .Page.Site.Params.comments.isso.scriptSrc -}}
2 | {{- $dataAttrs := .Page.Site.Params.comments.isso.dataAttrs -}}
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/layouts/shortcodes/slideshare.html:
--------------------------------------------------------------------------------
1 |
7 |
8 |
--------------------------------------------------------------------------------
/layouts/_default/li.html:
--------------------------------------------------------------------------------
1 |
2 |
3 | {{ partial "list/date" . }}
4 |
5 |
12 |
13 |
--------------------------------------------------------------------------------
/src/stylesheets/hugo/shortcodes/_center.scss:
--------------------------------------------------------------------------------
1 | .align-center {
2 | text-align: center;
3 |
4 | & > blockquote {
5 | display: inline-block;
6 | }
7 |
8 | & > ol,
9 | & > ul {
10 | display: inline-block;
11 | text-align: initial;
12 | }
13 |
14 | li {
15 | word-wrap: normal;
16 | }
17 | }
18 |
--------------------------------------------------------------------------------
/exampleSite/content/page/about.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: About
3 | description: What does Minimo even means?!
4 | menu: main
5 | weight: -210
6 | ---
7 |
8 | Mínimo is a Spanish word that roughly translate to Minimal.
9 |
10 | Minimo is a minimalist theme for Hugo.
11 |
12 | Minimo keeps the focus on your content and lets it shine!
13 |
--------------------------------------------------------------------------------
/layouts/partials/list/date.html:
--------------------------------------------------------------------------------
1 | {{- $dateFormat := ( .Site.Params.settings.listDateFormat | default "2006, Jan 02" ) -}}
2 |
3 | {{ i18n "postedOn" }}
4 |
7 |
8 |
--------------------------------------------------------------------------------
/layouts/shortcodes/svg.html:
--------------------------------------------------------------------------------
1 | {{ $svg := .Get 0 }}
2 |
6 |
--------------------------------------------------------------------------------
/data/config/default/katex.json:
--------------------------------------------------------------------------------
1 | {
2 | "library": {
3 | "js": {
4 | "main": "//unpkg.com/katex/dist/katex.min.js",
5 | "autoRender": "//unpkg.com/katex/dist/contrib/auto-render.min.js"
6 | },
7 | "css": {
8 | "main": "//unpkg.com/katex/dist/katex.min.css"
9 | }
10 | },
11 | "options": {}
12 | }
13 |
--------------------------------------------------------------------------------
/layouts/_default/li.archive.html:
--------------------------------------------------------------------------------
1 |
2 |
3 | {{ partial "list/date.archive" . }}
4 |
5 |
12 |
13 |
--------------------------------------------------------------------------------
/layouts/partials/extras/widget_area.html:
--------------------------------------------------------------------------------
1 | {{- range .Widgets -}}
2 | {{- if eq . "search" -}}
3 | {{- if not ( eq $.Scope.Layout "search" ) -}}
4 | {{- partial ( print "widgets/" . ) $.Scope -}}
5 | {{- end -}}
6 | {{- else -}}
7 | {{- partial ( print "widgets/" . ) $.Scope -}}
8 | {{- end -}}
9 | {{- end -}}
10 |
--------------------------------------------------------------------------------
/layouts/partials/list/date.archive.html:
--------------------------------------------------------------------------------
1 | {{- $dateFormat := ( .Site.Params.settings.archiveDateFormat | default "Jan 02" ) -}}
2 |
3 | {{ i18n "postedOn" }}
4 |
7 |
8 |
--------------------------------------------------------------------------------
/layouts/partials/svg/content/github.svg:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/layouts/partials/svg/icon.html:
--------------------------------------------------------------------------------
1 |
13 |
--------------------------------------------------------------------------------
/layouts/partials/entry/header.html:
--------------------------------------------------------------------------------
1 |
12 |
--------------------------------------------------------------------------------
/exampleSite/content/page/archive.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2022-09-17T18:00:00+06:00
3 | title: Archive
4 | type: page
5 | layout: archive
6 | menu: sidebar
7 | weight: -100
8 | ---
9 |
10 | ## Enabling Archive
11 |
12 | For enabling Archive, add the following frontmatter in your content file:
13 |
14 | ```yaml
15 | type: page
16 | layout: archive
17 | ```
18 |
--------------------------------------------------------------------------------
/src/stylesheets/layouts/others/_icons.scss:
--------------------------------------------------------------------------------
1 | .icon {
2 | display: inline-block;
3 | height: 1em;
4 | width: 1em;
5 |
6 | stroke: currentColor;
7 | fill: none;
8 |
9 | position: relative;
10 | top: 2px;
11 | }
12 |
13 | img.emoji {
14 | height: 1em;
15 | width: 1em;
16 | margin: 0 0.05em 0 0.1em;
17 | vertical-align: -0.1em;
18 | }
19 |
--------------------------------------------------------------------------------
/layouts/partials/head/meta.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | {{ partial "head/opengraph" . }}
7 |
8 | {{ hugo.Generator }}
9 |
--------------------------------------------------------------------------------
/layouts/partials/svg/content/youtube.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/src/stylesheets/layouts/others/_404.scss:
--------------------------------------------------------------------------------
1 | .error404 {
2 | .gopher {
3 | margin: 0;
4 |
5 | img {
6 | width: 17.5em;
7 | }
8 |
9 | a {
10 | display: block;
11 | border: 0;
12 | }
13 |
14 | figcaption {
15 | margin-top: 1em;
16 | }
17 |
18 | .title {
19 | margin-bottom: 0;
20 | }
21 | }
22 | }
23 |
--------------------------------------------------------------------------------
/src/stylesheets/layouts/others/_archive.scss:
--------------------------------------------------------------------------------
1 | .layout-archive {
2 | .list {
3 | .item {
4 | padding-left: 1em;
5 | .meta {
6 | flex: 0 0 3.5em;
7 | }
8 | }
9 | }
10 | }
11 |
12 | .archive-group {
13 | &.sep-after {
14 | &:last-child {
15 | &:after {
16 | display: none;
17 | }
18 | }
19 | }
20 | }
21 |
--------------------------------------------------------------------------------
/exampleSite/data/comments/33deba780bf80cacf2627abf7a22fec7/85b5b000-33c9-11e8-b7f2-af13eee21e7d.yml:
--------------------------------------------------------------------------------
1 | _id: 85b5b000-33c9-11e8-b7f2-af13eee21e7d
2 | honeypot: ''
3 | permalink: /docs/comments-support/
4 | content: Comment's on Minimo is now powered by **Staticman**'s superpower!
5 | author: Munif Tanjim
6 | email: 058944a54775b387da964cb3cc3670ff
7 | site: 'https://muniftanjim.dev'
8 | date: 1522357200000
9 |
--------------------------------------------------------------------------------
/exampleSite/content/docs/config-file.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2017-09-25T08:00:00+06:00
3 | lastmod: 2018-02-08T15:15:00+06:00
4 | title: "Configuration File: config.toml"
5 | authors: ["muniftanjim"]
6 | categories:
7 | - others
8 | tags:
9 | - config
10 | slug: config-file
11 | ---
12 |
13 | This is the Minimo's configuration file ( `config.toml` ) file of this site:
14 |
15 | {{< file "config.toml" >}}
16 |
--------------------------------------------------------------------------------
/src/stylesheets/navigation/_pagination.scss:
--------------------------------------------------------------------------------
1 | .page-links {
2 | margin-top: 2em;
3 | }
4 |
5 | .page-link {
6 | display: inline-block;
7 | padding: 0.25em 0.625em;
8 |
9 | &:first-child {
10 | padding-left: 0;
11 | }
12 |
13 | &:last-child {
14 | padding-right: 0;
15 | }
16 |
17 | &.current {
18 | font-weight: 700;
19 | }
20 |
21 | &.dots {
22 | padding: 0;
23 | }
24 | }
25 |
--------------------------------------------------------------------------------
/layouts/partials/entry/meta/posted-on.html:
--------------------------------------------------------------------------------
1 | {{- $dateFormat := ( .Site.Params.settings.dateFormat | default "2006, Jan 02" ) -}}
2 |
3 | {{- partial "svg/icon" "calendar" -}}
4 | {{ i18n "postedOn" }}
5 |
8 |
9 |
--------------------------------------------------------------------------------
/layouts/taxonomy/series.html:
--------------------------------------------------------------------------------
1 | {{ partial "header" . }}
2 |
3 | {{ partial "header/header" . }}
4 |
5 | {{ if .Content }}
6 |
7 | {{ partial "entry/content" . }}
8 |
9 | {{ end }}
10 |
11 |
12 |
13 | {{ range .Data.Pages.ByDate }}
14 | {{ .Render "li" }}
15 | {{ end }}
16 |
17 |
18 |
19 | {{ partial "footer" . }}
20 |
--------------------------------------------------------------------------------
/layouts/_default/single.html:
--------------------------------------------------------------------------------
1 | {{ partial "header" . }}
2 |
3 |
4 | {{ partial "entry/header" . }}
5 | {{ partial "entry/cover" . }}
6 | {{ partial "entry/toc" . }}
7 | {{ partial "entry/content" . }}
8 | {{ partial "entry/footer" . }}
9 |
10 | {{ partial "nav/entry_nav" . }}
11 | {{ partial "entry/comments" . }}
12 |
13 | {{ partial "footer" . }}
14 |
--------------------------------------------------------------------------------
/layouts/partials/footer/mermaid.html:
--------------------------------------------------------------------------------
1 | {{- $defaultMermaid := .Site.Data.config.default.mermaid -}}
2 | {{- $mermaid := ( or .Site.Data.config.mermaid $defaultMermaid ) -}}
3 |
4 | {{- if eq .Params.mermaid true -}}
5 |
6 |
7 |
8 |
13 |
14 | {{- end -}}
15 |
--------------------------------------------------------------------------------
/src/stylesheets/layouts/_footer.scss:
--------------------------------------------------------------------------------
1 | .footer {
2 | .sep-before {
3 | &:before {
4 | border-bottom-color: $color__accent;
5 | border-bottom-color: var(--color-accent);
6 | }
7 | }
8 |
9 | a {
10 | font-style: italic;
11 | }
12 |
13 | .container > div,
14 | .container > section {
15 | width: 100%;
16 | margin-top: 1em;
17 |
18 | &:first-child {
19 | margin-top: 0;
20 | }
21 | }
22 | }
23 |
--------------------------------------------------------------------------------
/src/stylesheets/navigation/_entry-nav.scss:
--------------------------------------------------------------------------------
1 | .entry-nav {
2 | .sep-before {
3 | &:nth-child(2) {
4 | &:before {
5 | width: 2em;
6 | margin: 1em 0;
7 | }
8 | }
9 | }
10 |
11 | div {
12 | a {
13 | display: block;
14 | font-style: italic;
15 | }
16 |
17 | span {
18 | display: block;
19 | font-style: normal;
20 | @include font-size(0.875);
21 | }
22 | }
23 | }
24 |
--------------------------------------------------------------------------------
/src/scripts/helpers.js:
--------------------------------------------------------------------------------
1 | export const shuffle = array => {
2 | let shuffled = [...array],
3 | currIndex = array.length,
4 | tempValue,
5 | randIndex
6 |
7 | while (currIndex) {
8 | randIndex = Math.floor(Math.random() * currIndex)
9 | currIndex--
10 |
11 | tempValue = shuffled[currIndex]
12 | shuffled[currIndex] = shuffled[randIndex]
13 | shuffled[randIndex] = tempValue
14 | }
15 |
16 | return shuffled
17 | }
18 |
--------------------------------------------------------------------------------
/layouts/_default/terms.html:
--------------------------------------------------------------------------------
1 | {{ partial "header" . }}
2 |
3 | {{ partial "header/header" . }}
4 |
5 | {{ if .Content }}
6 |
7 | {{ partial "entry/content" . }}
8 |
9 | {{ end }}
10 |
11 | {{- $shuffle := .Site.Params.settings.taxonomyCloudShuffle -}}
12 | {{- $taxonomy := .Data.Plural -}}
13 | {{ partial "extras/taxonomy_cloud" ( dict "Taxonomy" $taxonomy "Shuffle" $shuffle "Scope" . ) }}
14 |
15 | {{ partial "footer" . }}
16 |
--------------------------------------------------------------------------------
/src/stylesheets/typography/_typography.scss:
--------------------------------------------------------------------------------
1 | body {
2 | font-family: $font-family__main;
3 | @include font-size($font-size__main);
4 | line-height: $line-height__body;
5 | color: $color__text-main;
6 | word-wrap: break-word;
7 |
8 | @include screen($breakpoint-small) {
9 | @include font-size($font-size__main * 1.125);
10 | }
11 | }
12 |
13 | @import 'headings';
14 |
15 | @import 'copy';
16 |
17 | .desc {
18 | font-style: italic;
19 | }
20 |
--------------------------------------------------------------------------------
/data/theme.toml:
--------------------------------------------------------------------------------
1 | [social.base]
2 | codepen = "https://codepen.io/"
3 | email = "mailto:"
4 | facebook = "https://facebook.com/"
5 | github = "https://github.com/"
6 | gitlab = "https://gitlab.com/"
7 | instagram = "https://instagram.com/"
8 | linkedin = "https://linkedin.com/in/"
9 | twitter = "https://twitter.com/"
10 | telegram = "https://t.me/"
11 | google_scholar = "https://scholar.google.com/citations?user="
12 | youtube = "https://www.youtube.com/channel/"
13 |
--------------------------------------------------------------------------------
/layouts/partials/head/head.html:
--------------------------------------------------------------------------------
1 |
2 | {{ partial "head/meta" . }}
3 | {{ partial "data/title" . }}
4 |
5 | {{ with .OutputFormats.Get "RSS" }}
6 |
7 | {{ end }}
8 | {{ partial "head/hreflang" . }}
9 | {{ partial "head/includes" . }}
10 | {{ partial "head/extra" . }}
11 |
12 |
--------------------------------------------------------------------------------
/layouts/_default/list.html:
--------------------------------------------------------------------------------
1 | {{ partial "header" . }}
2 |
3 | {{ partial "header/header" . }}
4 |
5 | {{ if .Content }}
6 |
7 | {{ partial "entry/content" . }}
8 |
9 | {{ end }}
10 |
11 |
12 |
13 | {{ range .Paginator.Pages }}
14 | {{ .Render "li" }}
15 | {{ end }}
16 |
17 |
18 | {{ partial "nav/pagination" . }}
19 |
20 |
21 | {{ partial "footer" . }}
22 |
--------------------------------------------------------------------------------
/layouts/partials/footer/scripts.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | {{- range .Site.Params.assets.customJS -}}
6 |
7 | {{- end -}}
8 |
9 | {{ partial "footer/mathjax" . }}
10 | {{- partial "footer/katex" . -}}
11 | {{- partial "footer/mermaid" . -}}
12 |
13 | {{ partial "footer/extra" . }}
14 |
--------------------------------------------------------------------------------
/layouts/partials/comments/staticman/replies-list.html:
--------------------------------------------------------------------------------
1 | {{- .Page.Scratch.Add "comments_depth" 1 -}}
2 | {{- $comments := ( index .Page.Site.Data.comments .Page.File.UniqueID ) -}}
3 | {{- $parentId := .ParentId -}}
4 |
5 |
6 | {{- range $index, $comment := $comments -}}
7 | {{- if ( eq $comment.parent_id $parentId ) -}}
8 | {{ partial "comments/staticman/comment" ( dict "Comment" $comment "Page" $.Page ) }}
9 | {{- end -}}
10 | {{- end -}}
11 |
12 |
--------------------------------------------------------------------------------
/src/stylesheets/layouts/entry/_content.scss:
--------------------------------------------------------------------------------
1 | .entry-content {
2 | & > :last-child {
3 | &,
4 | & > :last-child {
5 | margin-bottom: 0;
6 | }
7 | }
8 |
9 | a {
10 | border-bottom: 0.125em dashed $color__grey;
11 |
12 | &:focus,
13 | &:hover {
14 | border-bottom-color: $color__accent;
15 | border-bottom-color: var(--color-accent);
16 | }
17 |
18 | &.footnote-return {
19 | border-bottom: none;
20 | }
21 | }
22 | }
23 |
--------------------------------------------------------------------------------
/src/stylesheets/layouts/widgets/_breadcrumbs.scss:
--------------------------------------------------------------------------------
1 | .widget-breadcrumbs {
2 | ol {
3 | list-style: none;
4 | margin: 0;
5 | }
6 |
7 | li {
8 | display: inline-block;
9 |
10 | &:after {
11 | display: inline-block;
12 | padding: 0 0.25em;
13 | speak: none;
14 | }
15 |
16 | &:last-child {
17 | &:after {
18 | display: none;
19 | }
20 | }
21 |
22 | span {
23 | font-weight: bold;
24 | }
25 | }
26 | }
27 |
--------------------------------------------------------------------------------
/src/stylesheets/layouts/widgets/_social-menu.scss:
--------------------------------------------------------------------------------
1 | .widget-social_menu {
2 | ul {
3 | list-style: none;
4 | margin: 0;
5 | }
6 |
7 | li {
8 | display: inline-block;
9 | margin-right: 0.625em;
10 |
11 | &:last-child {
12 | margin-right: 0;
13 | }
14 |
15 | a {
16 | @include font-size(1.125);
17 | }
18 | }
19 |
20 | .sidebar & {
21 | li {
22 | margin-right: 0;
23 | margin-left: 0.625em;
24 | }
25 | }
26 | }
27 |
--------------------------------------------------------------------------------
/src/stylesheets/elements/_links.scss:
--------------------------------------------------------------------------------
1 | a {
2 | color: $color__link;
3 | text-decoration: none;
4 | transition: color 0.1s ease-in-out;
5 |
6 | &:focus {
7 | outline-color: $color__accent;
8 | outline-color: var(--color-accent);
9 | }
10 |
11 | &:active,
12 | &:hover {
13 | outline: 0;
14 | }
15 |
16 | &:active,
17 | &:focus,
18 | &:hover {
19 | color: $color__link-hover;
20 | }
21 |
22 | &.button {
23 | display: inline-block;
24 | }
25 | }
26 |
--------------------------------------------------------------------------------
/src/stylesheets/layouts/others/_search.scss:
--------------------------------------------------------------------------------
1 | .search-results {
2 | li {
3 | height: 2.5em;
4 | line-height: 2em;
5 |
6 | border: 1px solid $color__border-input;
7 | border-top-width: 0;
8 |
9 | &:last-child {
10 | border-radius: 0 0 0.2em 0.2em;
11 | }
12 |
13 | &.results-empty,
14 | &.searching {
15 | font-style: italic;
16 | }
17 |
18 | a {
19 | display: block;
20 | padding: 0.25em 0.875em;
21 | }
22 | }
23 | }
24 |
--------------------------------------------------------------------------------
/exampleSite/content/docs/search-fuse-js.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2018-07-06T01:00:00+06:00
3 | lastmod: 2018-07-20T20:00:00+06:00
4 | title: "Search: Fuse.js"
5 | authors: ["muniftanjim"]
6 | categories:
7 | - features
8 | tags:
9 | - search
10 | - fuse.js
11 | slug: search-fuse-js
12 | toc: true
13 | ---
14 |
15 | ## Configure Fuse.js Search Client
16 |
17 | Select Fuse.js as the search client in your `config.toml` file:
18 |
19 | ```toml
20 | [params.search]
21 | client = "fuse"
22 | ```
23 |
--------------------------------------------------------------------------------
/src/stylesheets/hugo/shortcodes/_convo.scss:
--------------------------------------------------------------------------------
1 | .convo {
2 | ol {
3 | display: table;
4 | list-style: none;
5 | margin: 0;
6 | }
7 | li {
8 | display: table-row;
9 |
10 | & > div {
11 | display: table-cell;
12 | padding-bottom: 1.5em;
13 | }
14 | }
15 | .person {
16 | @include font-size(0.9);
17 | font-style: italic;
18 | text-align: right;
19 | }
20 | .sep {
21 | padding-left: 0.75em;
22 | padding-right: 0.5em;
23 | }
24 | }
25 |
--------------------------------------------------------------------------------
/exampleSite/content/docs/syntax-highlighting.md:
--------------------------------------------------------------------------------
1 | ---
2 | date: 2017-09-27T12:00:00+06:00
3 | title: Syntax Highlighting
4 | authors: ["muniftanjim"]
5 | categories:
6 | - features
7 | tags:
8 | - pygments
9 | - chroma
10 | slug: syntax-highlighting
11 | ---
12 | Hugo uses Chroma as it's built-in syntax-highlighter.
13 |
14 | For detailed information about Syntax Highlighting in Hugo, check the [Hugo's Syntax Highlighting Documentation](https://gohugo.io/content-management/syntax-highlighting/).
15 |
--------------------------------------------------------------------------------
/layouts/partials/footer.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
10 |
11 |
12 |
13 |
14 | {{- partial "footer/scripts" . -}}
15 |
16 |