Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/natalie-o-perret/natalie-o-perret.github.io
natalie-o-perret.github.io source code
https://github.com/natalie-o-perret/natalie-o-perret.github.io
blog jekyll natalie
Last synced: 23 days ago
JSON representation
natalie-o-perret.github.io source code
- Host: GitHub
- URL: https://github.com/natalie-o-perret/natalie-o-perret.github.io
- Owner: natalie-o-perret
- License: mit
- Created: 2020-08-08T00:04:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-04T09:54:09.000Z (about 1 year ago)
- Last Synced: 2024-01-04T10:44:15.875Z (about 1 year ago)
- Topics: blog, jekyll, natalie
- Language: CSS
- Homepage: https://natalie-o-perret.github.io
- Size: 6.62 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hugo-paperMod Example
This repository offers an example site for [hugo-PaperMod](https://github.com/adityatelange/hugo-PaperMod)
## Install
Read Wiki => [hugo-PaperMod - Installation](https://github.com/adityatelange/hugo-PaperMod/wiki/Installation)
## Directory Tree
```
.(site root)
├── configTaxo.yml
├── config.yml
├── content
│ ├── archives.fr.md
│ ├── archives.md
│ ├── posts
│ │ ├── emoji-support.md
│ │ ├── markdown-syntax.fa.md
│ │ ├── markdown-syntax.fr.md
│ │ ├── markdown-syntax.md
│ │ ├── math-typesetting.md
│ │ ├── papermod
│ │ │ ├── _index.md
│ │ │ ├── papermod-faq.md
│ │ │ ├── papermod-features
│ │ │ │ ├── images
│ │ │ │ │ ├── homeinfo.jpg
│ │ │ │ │ ├── profile.jpg
│ │ │ │ │ └── regular.jpg
│ │ │ │ └── index.md
│ │ │ ├── papermod-icons.md
│ │ │ ├── papermod-installation.md
│ │ │ └── papermod-variables.md
│ │ ├── placeholder-text.md
│ │ └── rich-content.md
│ ├── search.fr.md
│ ├── search.md
│ └── tags
├── LICENSE
├── README.md
├── resources
│ └── _gen
│ ├── assets
│ └── images
├── static
│ ├── android-chrome-192x192.png
│ ├── android-chrome-512x512.png
│ ├── apple-touch-icon.png
│ ├── favicon-16x16.png
│ ├── favicon-32x32.png
│ ├── favicon.ico
│ └── papermod-cover.png
└── themes
└── hugo-PaperMod
```