https://github.com/devnyxie/nyxie-taut
A straightforward and minimal Gatsby template.
https://github.com/devnyxie/nyxie-taut
blog gatsby gatsby-starter gatsby-theme minimalistic-portfolio portfolio
Last synced: 4 months ago
JSON representation
A straightforward and minimal Gatsby template.
- Host: GitHub
- URL: https://github.com/devnyxie/nyxie-taut
- Owner: devnyxie
- License: 0bsd
- Created: 2023-10-23T08:00:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-14T20:24:17.000Z (about 2 years ago)
- Last Synced: 2026-01-12T06:22:50.911Z (5 months ago)
- Topics: blog, gatsby, gatsby-starter, gatsby-theme, minimalistic-portfolio, portfolio
- Language: JavaScript
- Homepage: https://devnyxie.github.io/nyxie-taut/
- Size: 343 KB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nyxie-taut
A Nyxie-taut template serves as a ready-made and pre-configured web development project, providing a solid starting point for creating blogs,portfolio websites or web-based CVs.
Filled template:

## Customization:
- Press "Fork" the repository
- If you want to deploy it to Github Pages, please name it like that: username.github.io, for example: devnyxie.githib.io
- Profile customization:
- Open src/personalization/profile.json
- Change to your name, enter your bio, and enter social media usernames if you have any.
- Put image of your choice in src/images/ as profile_picture.jpg
- Site customization:
- Open src/personalization/site.json
- Change site name, description etc. You have ability to choose any Google Font you like, for example: "Playpen Sans", "Poppins", "Montserrat". Keep in mind that font name is case sensetive.
- Replace favicon.ico in folder "static".
- Blog/Projects
- Open src/content/blog or src/content/projects
- Drop your projects/blogs in markdown in these folders, and they will be automatically grabbed in build time.
Note:
Please use this format for your blog/projects: date+title.md.
Example: 2023-09-01-my-blog.md
- This is it. It's ready for production! Create an account on any hosting platform like Vercel, choose repository you want to deploy and wait a minute until it's deployed.
## Deploying to Github Pages:
- Name your forked repository as username.github.io as we have mentioned before.
- Enable the workflows:
- Head over to settings of your forked repository to enable Github Pages (don't forget to click "Save"!):

- Select Gatsby workflow and click Run workflow:

- An action will start which will take up to 2 minutes. After, your website must be already live at https://username.github.io 🤍
Thank you!
Feel free to star the repository 🤍
### What is a Gatsby template?
Gatsby is a popular open-source framework known for creating fast and efficient websites. In the world of Gatsby, templates are like starter kits that come with ready-made files, settings, and often a basic structure. They provide a solid starting point for web developers, making it easier to begin their projects. These templates can be customized to fit a project's specific needs, making it quicker to start development.
In simple terms, Gatsby takes your content and turns it into a static website. It uses nodes and GraphQL to efficiently fetch and display data. Plus, it allows you to host your website for free using static site hosting services (for example: Vercel, Github Pages, Netlify). This makes hosting easy, resulting in speedy, cost-effective, and low-maintenance websites.
For further insights on how Gatsby blogs operate, you can refer to the documentation provided here: [How Gatsby Blogs Work 🔗](https://www.gatsbyjs.com/docs/conceptual/overview-of-the-gatsby-build-process/)
### Special Thanks
This project would have been much more challenging without **Nikola Đuza's** invaluable tutorial on building a Gatsby blog from the ground up, which you can find [here](https://blog.logrocket.com/creating-a-gatsby-blog-from-scratch/).