Skip to content

Commit

Permalink
week 0 draft
Browse files Browse the repository at this point in the history
  • Loading branch information
bwaklog committed Mar 25, 2024
1 parent d6f26f8 commit 9d62666
Showing 1 changed file with 18 additions and 15 deletions.
33 changes: 18 additions & 15 deletions site/content/posts/week-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,27 @@ title: week-0
date: 2024-03-02
type: post
draft: true
tags:
- progress
tags:
- progress
---

# week-0

# Anirudh’s Progress
# Anirudh’s Progress

1. Use the 'Goldmark' library to generate HTML from markdown content
2. Create web server to serve rendered content
3. Create an initial working prototype of front matter.
4. Render the content/ and static/ directory recursively
5. Create a reusable system of partials to build page layouts
6. Parse the titles of posts from config.yml, later changed
- Use the 'Goldmark' library to generate HTML from markdown content
- Create web server to serve rendered content
- Create an initial working prototype of front matter.
- Render the content/ and static/ directory recursively
- Create a reusable system of partials to build page layouts
- Parse the titles of posts from config.yml, later changed

## What's next?

- tofill

---

# Adhesh’s Progress

- Migrated to [Cobra](https://cobra.dev) for better **CLI integration**.
Expand All @@ -41,28 +42,30 @@ tags:
- Try integrating **JavaScript** in templates.

---

# Hegde’s Progress

- switched to automatic filename parsing
- Switched to automatic filename parsing
- Implementing Draft Posts
- Complete CSS styling
- Cleaned up unnecessary post rendering

## Whats Next:
## Whats Next:

- tofill
- JS inection as plugins into pages and individual posts
- Draft post rendering
- Chronological Feed for posts

---
# Nathan’s Progress

- Setup CI using GitHub actions which builds and deploys ssg to [gh-pages](https://ssg-test-org.github.io)
- Setup `robots.txt` to (currently set to prevent indexing until we reach a v1.0 release)
- Implemented `sitemap.xml` to tell search engines how our site is structured
- Fixed `baseURL` it now, uses absolute paths from root `/` when loading stylesheets
- Fixed `baseURL` it now, uses absolute paths from root `/` when loading stylesheets

## What's next?

- SEO optimization (verify semantic HTML generation)
- OGP tags in page headers
---

---

0 comments on commit 9d62666

Please sign in to comment.