Skip to content

Commit acb68e0

Browse files
committed
Removed example files
1 parent 019d186 commit acb68e0

36 files changed

+38
-3570
lines changed

.vscode/settings.json

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
{
2+
}

_config.yml

+12-12
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
locale : "en-SG"
1111
title : "Enric's Portfolio Site"
1212
title_separator : "-"
13-
name : &name "Your Name"
14-
description : &description "personal description"
13+
name : &name "Enric Sng"
14+
description : &description "Student | Software Engineer | Maker"
1515
url : https://enricsng.github.io # the base hostname & protocol for your site e.g. "https://[your GitHub username].github.io"
1616
baseurl : "" # the subpath of your site, e.g. "/blog"
1717
repository : "enricsng/enricsng.github.io"
@@ -21,14 +21,14 @@ repository : "enricsng/enricsng.github.io"
2121
# Additional customization can be done by editing /_includes/author-profile.html
2222
author:
2323
# Biographic information
24-
avatar : "profile.png"
25-
name : "Your Sidebar Name"
26-
pronouns : # example: "she/her"
27-
bio : "Short biography for the left-hand sidebar"
28-
location : "Earth"
29-
employer : "Red Brick University"
24+
avatar : "profile_photo.jpg"
25+
name : "Enric Sng"
26+
pronouns : "he/him"
27+
bio : # "Short biography for the left-hand sidebar"
28+
location : "Singapore"
29+
employer : "Singapore University of Tech and Design"
3030
uri : # URL
31-
email : "none@example.org"
31+
email : "enricsng@gmail.com"
3232

3333
# Academic websites
3434
arxiv : # URL - Update with the correct link to your profile
@@ -58,7 +58,7 @@ author:
5858
keybase : # Username
5959
instagram : # Username
6060
lastfm : # Username
61-
linkedin : # Username
61+
linkedin : "enricsng"
6262
mastodon : # URL
6363
medium : # URL
6464
pinterest : # Username
@@ -87,11 +87,11 @@ publication_category:
8787
teaser : # filename of teaser fallback teaser image placed in /images/, .e.g. "500x300.png"
8888
breadcrumbs : false # true, false (default)
8989
words_per_minute : 160
90-
future : true
90+
future : false
9191
read_more : "disabled" # if enabled, adds "Read more" links to excerpts
9292
talkmap_link : false #change to true to add link to talkmap on talks page
9393
comments:
94-
provider : # false (default), "disqus", "discourse", "facebook", "google-plus", "staticman", "custom"
94+
provider : false # false (default), "disqus", "discourse", "facebook", "google-plus", "staticman", "custom"
9595
disqus:
9696
shortname :
9797
discourse:

_data/navigation.yml

+2-11
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,8 @@
55
# prevent it from being included in the site.
66

77
main:
8-
- title: "Publications"
9-
url: /publications/
10-
11-
- title: "Talks"
12-
url: /talks/
13-
14-
- title: "Teaching"
15-
url: /teaching/
8+
- title: "About"
9+
url: /about/
1610

1711
- title: "Portfolio"
1812
url: /portfolio/
@@ -22,6 +16,3 @@ main:
2216

2317
- title: "CV"
2418
url: /cv/
25-
26-
- title: "Guide"
27-
url: /markdown/

_pages/about.md

+14-35
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,28 @@
11
---
22
permalink: /
3-
title: "Academic Pages is a ready-to-fork GitHub Pages template for academic personal websites"
3+
title: "Hi, I'm Enric! 🙂"
44
author_profile: true
55
redirect_from:
66
- /about/
77
- /about.html
88
---
99

10-
This is the front page of a website that is powered by the [Academic Pages template](https://github.com/academicpages/academicpages.github.io) and hosted on GitHub pages. [GitHub pages](https://pages.github.com) is a free service in which websites are built and hosted from code and data stored in a GitHub repository, automatically updating when a new commit is made to the repository. This template was forked from the [Minimal Mistakes Jekyll Theme](https://mmistakes.github.io/minimal-mistakes/) created by Michael Rose, and then extended to support the kinds of content that academics have: publications, talks, teaching, a portfolio, blog posts, and a dynamically-generated CV. You can fork [this template](https://github.com/academicpages/academicpages.github.io) right now, modify the configuration and markdown files, add your own PDFs and other content, and have your own site for free, with no ads!
11-
12-
A data-driven personal website
10+
About Me
1311
======
14-
Like many other Jekyll-based GitHub Pages templates, Academic Pages makes you separate the website's content from its form. The content & metadata of your website are in structured markdown files, while various other files constitute the theme, specifying how to transform that content & metadata into HTML pages. You keep these various markdown (.md), YAML (.yml), HTML, and CSS files in a public GitHub repository. Each time you commit and push an update to the repository, the [GitHub pages](https://pages.github.com/) service creates static HTML pages based on these files, which are hosted on GitHub's servers free of charge.
15-
16-
Many of the features of dynamic content management systems (like Wordpress) can be achieved in this fashion, using a fraction of the computational resources and with far less vulnerability to hacking and DDoSing. You can also modify the theme to your heart's content without touching the content of your site. If you get to a point where you've broken something in Jekyll/HTML/CSS beyond repair, your markdown files describing your talks, publications, etc. are safe. You can rollback the changes or even delete the repository and start over - just be sure to save the markdown files! Finally, you can also write scripts that process the structured data on the site, such as [this one](https://github.com/academicpages/academicpages.github.io/blob/master/talkmap.ipynb) that analyzes metadata in pages about talks to display [a map of every location you've given a talk](https://academicpages.github.io/talkmap.html).
12+
I'm a final year student at the Singapore University of Technology and Design (SUTD), pursuing a Bachelor of Engineering in Computer Science and Design.
1713

18-
Getting started
14+
What I do
1915
======
20-
1. Register a GitHub account if you don't have one and confirm your e-mail (required!)
21-
1. Fork [this template](https://github.com/academicpages/academicpages.github.io) by clicking the "Use this template" button in the top right.
22-
1. Go to the repository's settings (rightmost item in the tabs that start with "Code", should be below "Unwatch"). Rename the repository "[your GitHub username].github.io", which will also be your website's URL.
23-
1. Set site-wide configuration and create content & metadata (see below -- also see [this set of diffs](http://archive.is/3TPas) showing what files were changed to set up [an example site](https://getorg-testacct.github.io) for a user with the username "getorg-testacct")
24-
1. Upload any files (like PDFs, .zip files, etc.) to the files/ directory. They will appear at https://[your GitHub username].github.io/files/example.pdf.
25-
1. Check status by going to the repository settings, in the "GitHub pages" section
26-
27-
Site-wide configuration
28-
------
29-
The main configuration file for the site is in the base directory in [_config.yml](https://github.com/academicpages/academicpages.github.io/blob/master/_config.yml), which defines the content in the sidebars and other site-wide features. You will need to replace the default variables with ones about yourself and your site's github repository. The configuration file for the top menu is in [_data/navigation.yml](https://github.com/academicpages/academicpages.github.io/blob/master/_data/navigation.yml). For example, if you don't have a portfolio or blog posts, you can remove those items from that navigation.yml file to remove them from the header.
30-
31-
Create content & metadata
32-
------
33-
For site content, there is one markdown file for each type of content, which are stored in directories like _publications, _talks, _posts, _teaching, or _pages. For example, each talk is a markdown file in the [_talks directory](https://github.com/academicpages/academicpages.github.io/tree/master/_talks). At the top of each markdown file is structured data in YAML about the talk, which the theme will parse to do lots of cool stuff. The same structured data about a talk is used to generate the list of talks on the [Talks page](https://academicpages.github.io/talks), each [individual page](https://academicpages.github.io/talks/2012-03-01-talk-1) for specific talks, the talks section for the [CV page](https://academicpages.github.io/cv), and the [map of places you've given a talk](https://academicpages.github.io/talkmap.html) (if you run this [python file](https://github.com/academicpages/academicpages.github.io/blob/master/talkmap.py) or [Jupyter notebook](https://github.com/academicpages/academicpages.github.io/blob/master/talkmap.ipynb), which creates the HTML for the map based on the contents of the _talks directory).
34-
35-
**Markdown generator**
16+
I'm passionate about software development, data science, and machine learning. I like sociology, psychology, and philosophy. I'm also interested in design, art, and music.
3617

37-
The repository includes [a set of Jupyter notebooks](https://github.com/academicpages/academicpages.github.io/tree/master/markdown_generator
38-
) that converts a CSV containing structured data about talks or presentations into individual markdown files that will be properly formatted for the Academic Pages template. The sample CSVs in that directory are the ones I used to create my own personal website at stuartgeiger.com. My usual workflow is that I keep a spreadsheet of my publications and talks, then run the code in these notebooks to generate the markdown files, then commit and push them to the GitHub repository.
39-
40-
How to edit your site's GitHub repository
41-
------
42-
Many people use a git client to create files on their local computer and then push them to GitHub's servers. If you are not familiar with git, you can directly edit these configuration and markdown files directly in the github.com interface. Navigate to a file (like [this one](https://github.com/academicpages/academicpages.github.io/blob/master/_talks/2012-03-01-talk-1.md) and click the pencil icon in the top right of the content preview (to the right of the "Raw | Blame | History" buttons). You can delete a file by clicking the trashcan icon to the right of the pencil icon. You can also create new files or upload files by navigating to a directory and clicking the "Create new file" or "Upload files" buttons.
18+
My Experiences
19+
======
20+
I have interned at various companies, including [Company A](https://www.company-a.com) and [Company B](https://www.company-b.com). I have also participated in hackathons, such as [Hackathon A](https://www.hackathon-a.com) and [Hackathon B](https://www.hackathon-b.com).
4321

44-
Example: editing a markdown file for a talk
45-
![Editing a markdown file for a talk](/images/editing-talk.png)
22+
What Inspires Me
23+
======
24+
Nature
4625

47-
For more info
48-
------
49-
More info about configuring Academic Pages can be found in [the guide](https://academicpages.github.io/markdown/), the [growing wiki](https://github.com/academicpages/academicpages.github.io/wiki), and you can always [ask a question on GitHub](https://github.com/academicpages/academicpages.github.io/discussions). The [guides for the Minimal Mistakes theme](https://mmistakes.github.io/minimal-mistakes/docs/configuration/) (which this theme was forked from) might also be helpful.
26+
Let's Connect
27+
======
28+
I'm graduating in May 2025 and am looking for opportunities in software development. If you're interested in working together, feel free to reach out to me.

_pages/archive-layout-with-content.md

-177
This file was deleted.

0 commit comments

Comments
 (0)