This is a Hindu(tva) site. All data and content here are available under the Creative Commons Attribution 4.0 International License.
You can help maintain this resource!
- You’re welcome to contribute. All contributions will be reviewed and merged if accepted.
- You’re welcome to mirror our writing on your server or even fork off! More copies and backups are better.
Caution
- Please protect your identity from violent haters - use pseudonymous git accounts if needed. (Git configuration tips: SO.)
Recommended settings in .git/config and .git/modules/content :
[user]
name = safe_name
email = safe_email_id@gmail.com
Technical intro
- This site is produced using the Hugo static website generator.
- We use the sanskrit-documentation-theme-hugo theme.
- We use disqus for comments.
- We use google analytics for getting stats.
Guidelines
- Navigation bars configuration: In data/* and sidebars/*.yml.
- Pages are located under content/
- Regarding the per-page YAML front-matter :
- Though the pages are hierarchically arranged in subfolders, the final pages are flatly placed - so make sure your permalinks don’t contain ‘/’.
- Regarding the per-page YAML front-matter :
- Local tests:
- Run
hugo server -p 4000 -v
- Look at https://localhost:4000/
- Run