Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 days ago
JSON representation
My Docusaurus blog.
- Host: GitHub
- URL: https://github.com/nightmachinery/dblog
- Owner: NightMachinery
- Created: 2022-07-09T08:20:24.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T17:50:44.000Z (about 1 year ago)
- Last Synced: 2024-11-08T11:12:25.232Z (about 2 months 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_exampleThis 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_exampleThis 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_exampleNot using SSH:
#+begin_example zsh
GIT_USER= yarn deploy
#+end_exampleIf 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]]