https://github.com/sharadcodes/dev-notes-theme
A note taking theme for Hoomans :)
https://github.com/sharadcodes/dev-notes-theme
Last synced: 19 days ago
JSON representation
A note taking theme for Hoomans :)
- Host: GitHub
- URL: https://github.com/sharadcodes/dev-notes-theme
- Owner: sharadcodes
- License: mit
- Created: 2020-07-25T13:12:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-02T19:05:13.000Z (over 5 years ago)
- Last Synced: 2025-01-18T08:23:24.688Z (12 months ago)
- Language: JavaScript
- Homepage: https://dev-notes-theme.netlify.app/
- Size: 194 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dev-notes-theme
A note taking theme for Hoomans :)
## To deploy run
```
yarn build
```
then use `dist` folder as the root folder.
## Changing Name & Image in sidebar
You can change siteTitle & userImageUrl in `static.config.js` file as
```js
............
............
............
getSiteData: () => ({
siteTitle: 'Dev Notes Theme for you by Sharad :)',
userImageUrl: 'https://my.awesome/image.png',
............
............
............
```