mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 11:46:41 +02:00
Fill example site with general content
Fix markdown for italic and other font styles Improve sample pages and posts in example site Update example site config Resolves #5 :)
This commit is contained in:
@@ -5,14 +5,14 @@ title = "About"
|
||||
|
||||
+++
|
||||
|
||||
I'm a software engineer and student at UT Austin. I primarily program in JavaScript. I currently work at Evernote. I also teach a web development class as part of <a href="//cs.utexas.edu/users/mad">MAD</a>, a computer science campus organization.
|
||||
Along with [Ford Prefect](https://en.wikipedia.org/wiki/Ford_Prefect_\(character\)), Dent barely escapes the Earth's destruction as it is demolished to make way for a *hyperspace bypass*. Arthur spends the next several years, still wearing his dressing gown, helplessly launched from crisis to crisis while trying to straighten out his lifestyle.
|
||||
|
||||
I love soccer and mediterranean food. You can find recent open source work on <a target="_blank" href="//github.com/nishanths">GitHub</a>.
|
||||
> He rather enjoys tea, but seems to have trouble obtaining it in the far reaches of the galaxy.
|
||||
|
||||
Please feel free to get in touch at <a href="mailto:nishanths@utexas.edu">nishanths@utexas.edu</a>.
|
||||
In time, he learns how to fly and carves a niche for himself as a sandwich-maker.
|
||||
|
||||
<img src="//placehold.it/1000x1000" class="profile">
|
||||
<img src="//placehold.it/300x300" class="profile">
|
||||
|
||||
<br />
|
||||
|
||||
<a href="colophon/">About this site</a>
|
||||
[About this site](colophon/)
|
||||
|
@@ -5,16 +5,8 @@ title = "Code"
|
||||
|
||||
+++
|
||||
|
||||
* [iterators.js](https://github.com/nishanths/iterators.js): Useful functional iterators for node and the browser
|
||||
* [Spitfire](https://github.com/nishanths/spitfire-live): HackTX 2015, Winner – a real-time rhyming assistant
|
||||
* [markdown-viewer-component](https://github.com/nishanths/markdown-viewer-component): Web Component that renders Markdown placed inside an element as HTML
|
||||
* [cocoa-hugo-theme](https://github.com/nishanths/cocoa-hugo-theme): Distraction-free reading theme for Hugo, the static site generator
|
||||
* [slack-texts](https://github.com/nishanths/slack-texts): Important channel messages also sent to your phone via SMS
|
||||
* [YWeatherAPI](https://github.com/nishanths/YWeatherAPI): Powerful Yahoo! Weather API wrapper for Mac and iOS
|
||||
* [uMAD 2015](https://github.com/utcsmad/umad-website-2015): Website for the student developer conference built with Middleman
|
||||
* [What's Playing](https://github.com/nishanths/what-s-playing): Desktop notifications for online music playback changes
|
||||
* [QuickCal](https://github.com/nishanths/QuickCal): Highlight and add dates from any website to Google Calendar
|
||||
* [YouTube Pause](https://github.com/nishanths/youtube-pause-chrome): Spacebar pauses the video instead of scrolling down the page. [CNET](http://www.cnet.com/how-to/chrome-pause-youtube-videos-with-the-spacebar/)
|
||||
* [ISBN Search](https://duckduckgo.com/?q=ISBN+number+0-06-250217-4&ia=books): DuckDuckGo module to lookup book information by ISBN
|
||||
* [HTML Entities Encoder &](https://duckduckgo.com/?q=html+encode+the+paragraph+sign&ia=answer) [Decoder](https://duckduckgo.com/?q=decoded+html+for+%26%23x00a5%3B&ia=answer): Encode and decode HTML entities on DuckDuckGo using natural queries
|
||||
* [Auto-Browser](https://github.com/nishanths/auto-browser): HackTX 2014, Top 10
|
||||
The Hitchhiker's Guide to the Galaxy is a comedy science fiction series created by [Douglas Adams](https://en.wikipedia.org/wiki/Douglas_Adams). Originally a radio comedy broadcast on BBC Radio 4 in 1978, it was later adapted to other formats, and over several years it gradually became an international multi-media phenomenon. Adaptations have included stage shows, a "trilogy" of five books published between 1979 and 1992, a sixth novel penned by [Eoin Colfer](https://en.wikipedia.org/wiki/Eoin_Colfer) in 2009, a 1981 TV series, a 1984 computer game, and three series of three-part comic book adaptations of the first three novels published by DC Comics between 1993 and 1996. There were also two series of towels, produced by Beer-Davies, that are considered by some fans to be an "official version" of The Hitchhiker's Guide to the Galaxy, as they include text from the first novel.
|
||||
|
||||
### Movie
|
||||
|
||||
A Hollywood-funded film version, produced and filmed in the UK, was released in April 2005, and radio adaptations of the third, fourth, and fifth novels were broadcast from 2004 to 2005. Adams did many of these adaptations, including the novels, the TV series, the computer game, and the earliest drafts of the Hollywood film’s screenplay, and some of the stage shows introduced new material written by Adams.
|
||||
|
@@ -6,9 +6,9 @@ heading = "About This Site"
|
||||
|
||||
+++
|
||||
|
||||
This website is the place where I write about JavaScript, git, and tech. It is also a personal homepage.
|
||||
This website is a personal homepage.
|
||||
|
||||
The site is built with <a target="_blank" href="//gohugo.io">Hugo</a>—a static site generator made with Go and is hosted on GitHub Pages. The website <a target="_blank" href="//github.com/nishanths/nishanths.me">source code</a> is available on GitHub. It uses the <a target="_blank" href="//github.com/nishanths/cocoa-hugo-theme">cocoa</a> theme. The posts are written in Markdown.
|
||||
The site is built with <a target="_blank" href="//gohugo.io">Hugo</a>—a static site generator made with Go. The website [source code](/) is available on GitHub. It uses the <a target="_blank" href="//github.com/nishanths/cocoa-hugo-theme">cocoa</a> theme. The posts are written in Markdown.
|
||||
|
||||
The primary font face is Open Sans and the monospace font face is Ubuntu Mono. The social icons are from the Ionicons font set. CSS classes for code syntax highlighting are inserted during compile-time by Hugo using Pygments.
|
||||
|
||||
|
Reference in New Issue
Block a user