hugo-theme-fha/README.md

39 lines
921 B
Markdown
Raw Normal View History

2024-09-01 14:27:23 +00:00
# Theme Name
## Features
### Search
Lightweight search functionality based on index file.
### Mermaid
Support for Mermaid schemas.
### Photos
Support photos albums based on Folders.
### Syntax Hightlighting
Required configuration to copy paste code :
[markup.highlight]
lineNos=true
lineNumbersInTable=true
noClasses = false
### Curriculum Vitae
Copy /layouts/section/cv.html to you local /layouts/section folder and edited the content.
Save your own picture under /static/img/avatar.jpeg
## Installation
## Configuration
### Favicons
Get Icons from [Flaticon](https://www.flaticon.com/).
Generate Favicons with [Freepik](https://www.freepik.com/).
Uncompress the icons in your /static folder.
## References
* [Bootstrap 5.2.3](https://getbootstrap.com/docs/5.2/getting-started/download/)
* [JQuery](https://jquery.com/download/)
* [Mermaid](https://cdn.jsdelivr.net/npm/mermaid@11.0.2/dist/)