https://github.com/wilsonle/ngohuan
https://github.com/wilsonle/ngohuan
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wilsonle/ngohuan
- Owner: WilsonLe
- Created: 2022-01-28T02:31:58.000Z (over 4 years ago)
- Default Branch: production
- Last Pushed: 2023-04-08T02:24:03.000Z (over 3 years ago)
- Last Synced: 2024-12-27T02:16:55.890Z (over 1 year ago)
- Language: TypeScript
- Homepage: ngohuan.vercel.app
- Size: 78.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ngo Huan Blog
Personal Webiste / Blog for Ngo Huan: [www.ngohuan.com](https://www.ngohuan.com)
# How to edit
To edit text on the webpage, navigate to folder config, open index.ts. This file contains text value for the entire website, stored in JSON format. The details and descriptions are specified in the file.
# How to upload
- To upload a publications, go to folder public/uploads, and the 3 html files:
- conference-proceedings.html
- journal-papers.html
- technical-reports.html
- To upload personal blogs, go to folder public/uploads/personal-blogs, and add the markdown file.
- To upload research blogs, go to folder public/uploads/research-blogs, and add the markdown file.
- To upload images, go to folder public/images, and add images in customizable folders. When referencing images, note that the base directory is public. So referencing an image "public/images/logo.jpeg" will be "/images/logo.jpeg"
- IMPORTANT:
- When uploading personal and research blogs, the markdown file must not have white space between the letters. For instance:
- "my first blog post" is invalid.
- "my-first-blog-post" is valid.
- The markdown files must have a valid header, which includes:
- title: the title of the blog post
- order: the order in which the blog post appear. Smallest will be placed on the top left, largest will be placed on the bottom right.
- thumbnailURL: Thumbnail of the blog post
- thumbnailAlt: Description of the thumbnail. Useful when readers can't load thumbnail, this text will be displayed instead.
- description: Short description of the blog post.
# Contributor
- [Wilson Le](https://wilsonle.me)