This repository is a template for building a dictionary web page using Sensasi Dictionary SSG
The preview of the generated web page can be seen here.
- Click the green button
Use this template
on the top right of this page. - Fill the form and click
Create repository from template
. - Activate GitHub Pages in the repository settings.
- Enable GitHub Actions in the repository settings.
Now you can start writing your dictionary entries. See the conventions below. After you push your changes, the GitHub Actions will automatically build the web page and publish it to GitHub Pages.
- All dictionary entry files should be written in Markdown.
- The file name should be the same as the word in the entry. For example, the entry for the word
sensasi
should be written in a file namedsensasi.md
. - The file should be placed in their respective folder, which is the first letter of the word. For example, the entry for the word
sensasi
should be placed in the folders
.
For example, see the e/example.md file. The preview of 'Example' entry can be seen here.