1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
theorangeone.net-legacy/content/pages/about.html

50 lines
2 KiB
HTML
Raw Normal View History

2016-05-20 08:51:27 +01:00
<head>
2016-05-22 18:32:08 +01:00
<meta name="slug" content="about" />
2017-01-31 21:04:51 +00:00
<meta name="title" content="About" />
2016-06-16 18:46:18 +01:00
<meta name="no_container" content="true" />
2016-05-20 08:51:27 +01:00
</head>
<body>
2016-05-26 22:22:15 +01:00
<section id="me">
2016-05-24 09:06:14 +01:00
<div class="container">
<div class="row">
2017-01-31 21:04:51 +00:00
<div class="text-center github-card-container">
2016-05-24 09:06:14 +01:00
<div data-theme="medium" data-github="RealOrangeOne" class="github-card"></div>
</div>
</div>
</div>
<script async defer src="//cdn.jsdelivr.net/github-cards/latest/widget.js"></script>
</section>
2016-05-26 22:22:15 +01:00
<section class="bg-primary" id="website">
2016-05-24 09:06:14 +01:00
<div class="container">
2017-01-31 21:04:51 +00:00
<h2>Websites</h2>
2016-05-24 09:06:14 +01:00
<p>
2017-01-31 21:04:51 +00:00
My website is the culmination of all my knowledge, compiled into 1 place. It not only contains all my projects, but is itself is a project.
2016-05-24 09:06:14 +01:00
</p>
<p>
2017-01-31 21:04:51 +00:00
The site is primarily built with <a href="http://getpelican.com">Pelican</a>, a static site generator. This allows me to write nice clean, <i>DRY</i> content, and have it come out as clean, minified HTML.
2016-05-24 09:06:14 +01:00
</p>
<p>
2017-01-31 21:04:51 +00:00
The Javascript is built using <a href="http://browserify.org/">Browserify</a>, and the CSS is built using <a href="https://github.com/sass/node-sass">node-SCSS</a>. Both are run as a build step when pelican builds.
2016-05-24 09:06:14 +01:00
</p>
</div>
</section>
2016-05-26 22:22:15 +01:00
<section id="server">
2016-05-24 09:06:14 +01:00
<div class="container">
2017-01-31 21:04:51 +00:00
<h2>Server</h2>
2016-05-24 09:06:14 +01:00
<p>
2017-01-31 21:04:51 +00:00
The website is hosted on part of my dedicated server from <a href="https://www.soyoustart.com/en/">SoYouStart</a>, running an Ubuntu Server VM with <a href="http://dokku.viewdocs.io/dokku/">Dokku</a> installed.
2016-05-24 09:06:14 +01:00
</p>
<p>
2017-01-31 21:04:51 +00:00
The prebuilt static files are served using a <a href="https://github.com/RealOrangeOne/tstatic">custom Express server</a>, to make the site as fast and effective as possible.
2016-05-24 09:06:14 +01:00
</p>
</div>
</section>
2017-01-31 21:04:51 +00:00
<section class="text-center">
<div class="container">
<div class="btn-group">
<a class="btn btn-github btn-xl" href="https://github.com/RealOrangeOne/theorangeone.net"><i class="fa fa-github fa-lg"></i> View Source</a>
</div>
</div>
</section>
2016-05-20 08:51:27 +01:00
</body>