https://github.com/driftywinds/materialmkdocs
my docs for everything me
https://github.com/driftywinds/materialmkdocs
Last synced: 11 days ago
JSON representation
my docs for everything me
- Host: GitHub
- URL: https://github.com/driftywinds/materialmkdocs
- Owner: driftywinds
- Created: 2024-06-19T05:22:54.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-05-02T05:00:36.000Z (22 days ago)
- Last Synced: 2025-05-08T05:02:53.652Z (16 days ago)
- Language: HTML
- Homepage: https://driftywinds.github.io/materialmkdocs/
- Size: 1.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## My Docs!
This repo will exactly reproduce my docs site using Material for MkDocs with every new commit.
This is also my way of figuring out how to do documentation for my stuff for the longterm in an aesthetic way.### What are the .ps1 and .exe files?
The exe is a build of the .ps1 script file that automates serving, and building & pushing of the site to your respective places. THINGS TO KEEP IN MIND BEFORE USING: -- mkdocs needs to be installed and your site needs to be initialized properly already
- git needs to be installed and initialized with your repo, so that the script can commit and push to it. The format of commit names is ```([datetime]('yyyy-MM-dd HH:mm:ss'))```