This is the main repository for my web project. It contains all files and folders for assets like stylesheets and posts.
This README.md will provide the information such as Project Structure, License, and the things that need to be done.
I'll try to make progress each week :D
Although college have something more to offer:
Post
- Make two example posts, name using 'YYYY-MM-DD-title' format
- Add front matter metadata: title, date and tags
Homepage
- Set up homepage in index.html
- Set up list for recent posts
Layouts
- Create base layout including header and footer layout
- Create post layout including title, date and content
Assets and Styling
- Create main stylesheet
- Set up font, color styles, etc.
- Add header and logo
Tags
- Create tags in
content/tagsfor each topic - List and link each post
Archive
- Create archive pages
- Set up by year
- List and link each post
Header and Footer content
- Add navigation links
- Add links to social media, contact information, and copyright notice
- Add back-to-top link
Documentation
- Make project overview
- To-do list
- License
- Update README.md
- Add pagination for posts
- Add search functionality
- Mobile responsiveness and accessibility
Add JavaScript for
- Toggles
- Animations
- Responsive behavior
📁 yugicchi.github.io
├── 📁 assets
├── 📁 content
├── 📁 layouts
├── 📁 includes
├── index.html
└── README.md- Code: Licensed under the MIT License. Free for personal and commercial use with attribution.
- Content: Licensed under CC BY-NC 4.0. You may use, share, and adapt blog posts for personal and academic purposes with attribution. Commercial use is not permitted.
