Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

kellyky/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

55 Commits

Repository files navigation

About

A website and maybe proto-portfolio. A place I enjoy working on, while I learn the things and share the learnings.

Created initially as user space within https://www.aavalam.org/.

Visiting

https://www.aavalam.org/~kellyky/

Or

https://kellyky.github.io/website/

Setup

No setup needed for visitors to either website above. But to view the pages locally:

  1. Clone the repository
  2. Navigate to it cd website
  3. For the URL, use the absolute path with index.html`
    • example file:///Users/me/path/more-of-the-path/website/index.html

Page has a mix of internal/external links.

File Structure

├── 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.

Partials exist for header, footer. Do not update html files directly.

Steps

  1. Update the appropriate .erb file(s) - or css/other (just not html directly)
  2. Re-render: run bin/render from the root of the project. This (re)creates html files.

About

Personal website (HTML, CSS, erb) with links to 'Today I learned' blog posts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Contributors 2

AltStyle によって変換されたページ (->オリジナル) /