Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update 'about' and add current file structure
  • Loading branch information
kellyky committed Nov 5, 2024
1 parent 32316ee commit 571ed4d
Showing 1 changed file with 33 additions and 4 deletions.
37 changes: 33 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# About

Website created initially as user space within [https://aavalam.org/](https://aavalam.org/).
A website and maybe proto-portfolio.
A place I enjoy working on, while I learn the things and share the learnings.

Planning to include coding notes, as well as links to blog/social channels.

Very much a work in progress being shaped as I work - so, we shall see!
Created initially as user space within [https://aavalam.org/](https://aavalam.org/).

## Visiting
[https://aavalam.org/~kellyky/](https://aavalam.org/~kellyky/)
Expand All @@ -13,6 +12,7 @@ Or

[https://kellyky.github.io/website/](https://kellyky.github.io/website/)


## Setup
No setup needed for visitors to either website above.
But to view the pages locally:
Expand All @@ -24,6 +24,35 @@ But to view the pages locally:

Page has a mix of internal/external links.

## File Structure

```plaintext
├── README.md
├── assets
│   ├── css
│   │   ├── header_footer.css
│   │   ├── index.css
│   │   ├── main.css
│   │   ├── notes.css
│   │   └── today_i_learned.css
│   └── images
│   ├── keel_achill.jpg
│   ├── keem_achill.jpg
│   └── myajima.png
├── bin
│   └── render
├── index.html
├── notes.html
├── today_i_learned.html
└── views
├── index.erb
├── notes.erb
├── partials
│   ├── _footer.erb
│   └── _header.erb
└── today_i_learned.erb
```

## Updates
First time making updates: `chmod +x bin/render` for executable permissions.

Expand Down

0 comments on commit 571ed4d

Please sign in to comment.