Topaz
A configurable, easy to maintain personal website
Install / Use
/learn @Naresh1318/TopazREADME
Topaz
<p align=center> <img src="https://files.naresh1318.com/public/topaz/index.png" alt="simplyServe"/> <p align="center"> <b>A configurable, easy to maintain personal website</b> </p> </p>Live example: https://naresh1318.com
After working on a project the last thing I usually think of is updating my personal website. Adding links, images, description and pushing changes to the server every single time I work on something new is kinda boring especially if you are lazy like me. What do we do when we're lazy? we automate things. Thereby giving us time to, idk, complain about our laziness. I designed Topaz to automatically update as much of my website as possible.
Recent updates:
- Added ability to write and publish blogs
- Revamped home, project and blog pages
Here's what it can currently do:
- Automatically fetch public repos from your github account
- Admin page that lets you easily add blogs and publication details
- Choose what gets shown
-
Ability to modify/write content using markdown
-
Customize website by editing
theme.jsonfile
{
"name": "Naresh Nagabushan",
"profile_picture_url": "https://files.naresh1318.com/public/Me/IMG_2831_low.jpg",
"nav_bar_footer": {
"github": {
"link": "https://github.com/Naresh1318",
"icon": "fa-github"
},
"medium": {
"link": "https://medium.com/@rnaresh.n",
"icon": "fa-medium"
},
"linkedin": {
"link": "https://www.linkedin.com/in/naresh-nagabushan-2946b013a",
"icon": "fa-linkedin"
},
"twitter": {
"link": "https://twitter.com/Naresh_Reddy_",
"icon": "fa-twitter"
}
}
}
- Mobile friendly (currently working on this)
Here are the things that I'm still working on:
- Ability to publish and write blogs using markdown
Install
Super easy as always. Clone before you start!
- Edit
data/theme.jsonfile to reflect what you want. Here's another example:
{
"name": "Naresh Nagabushan",
"profile_picture_url": "https://files.naresh1318.com/public/Me/IMG_2831_low.jpg",
"nav_bar_footer": {
"github": {
"link": "https://github.com/Naresh1318",
"icon": "fa-github"
},
"medium": {
"link": "https://medium.com/@rnaresh.n",
"icon": "fa-medium"
},
"linkedin": {
"link": "https://www.linkedin.com/in/naresh-nagabushan-2946b013a",
"icon": "fa-linkedin"
},
"twitter": {
"link": "https://twitter.com/Naresh_Reddy_",
"icon": "fa-twitter"
}
}
}
-
Generate a github token by visiting this link: https://github.com/settings/tokens and select the repo checkbox. Give it a name if you want and copy the token.
-
cd into the project root dir and paste the key into a keys.txt file
echo "token <your key>" >> keys.txt
**Note: ** Do not ignore the "token " prefix
-
Install docker if you don't have it already using this link: https://docs.docker.com/install
-
Add an admin account
-
Modify
Dockerfileunder project root:ENV USERNAME "<username>" ENV PASSWORD "<password>"
-
-
Build your image:
docker build -t <image name>:<tag> .Here's how mine looks:
docker build -t topaz:latest . -
Run your image:
docker run -p <port to forward>:5000 -v absolute path to data dir in project:/app/data/ <image name>:<tag>Here's mine:
docker run -p 4000:5000 -v /home/naresh/Projects/Topaz/data/:/app/data/ topaz:latest -
Finally, go to
localhost:<port forwarded to>on your browser -
You can access the login page using
localhost:<port forwarded to>/login. Examplelocalhost:4000/login. Login using the username and password you setup earlier.
Note: You could also modify the docker-compose.yml file to install topaz
Concluding thoughts
- Feel free to do a pull request if you fix bugs
- Email me rnaresh.n@gmail.com if you have any suggestions!
Related Skills
node-connect
334.9kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
82.3kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
334.9kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
82.3kCommit, push, and open a PR
