https://github.com/nightmachinery/dblog
My Docusaurus blog.
https://github.com/nightmachinery/dblog
artificial-intelligence blog deep-learning machine-learning technical-blog technical-writing
Last synced: 3 months ago
JSON representation
My Docusaurus blog.
- Host: GitHub
- URL: https://github.com/nightmachinery/dblog
- Owner: NightMachinery
- Created: 2022-07-09T08:20:24.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T17:50:44.000Z (over 2 years ago)
- Last Synced: 2024-12-31T17:48:01.391Z (over 1 year ago)
- Topics: artificial-intelligence, blog, deep-learning, machine-learning, technical-blog, technical-writing
- Language: JavaScript
- Homepage: https://nightmachinery.github.io/dblog
- Size: 2.4 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.org
Awesome Lists containing this project
README
#+TITLE: Feraidoon's Blog
* Website
This website is built using [[https://docusaurus.io/][Docusaurus 2]], a modern static website generator.
*** Installation
#+begin_example zsh
yarn
#+end_example
*** Local Development
#+begin_example zsh
yarn start
#+end_example
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
*** Build
#+begin_example zsh
yarn build
#+end_example
This command generates static content into the =build= directory and can be served using any static contents hosting service.
*** Deployment
Using SSH:
#+begin_example zsh
USE_SSH=true yarn deploy
#+end_example
Not using SSH:
#+begin_example zsh
GIT_USER= yarn deploy
#+end_example
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the =gh-pages= branch.
* Feeds
** [[https://nightmachinery.github.io/dblog/blog/feed.json]]
** [[https://nightmachinery.github.io/dblog/blog/rss.xml]]
** [[https://nightmachinery.github.io/dblog/blog/atom.xml]]
* The main page is at [[./src/pages/index.js]]