mirror of
https://github.com/Xevion/old.xevion.github.io.git
synced 2025-12-06 05:15:40 -06:00
stop ds store stop
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,4 +1,4 @@
|
|||||||
_site
|
_site
|
||||||
.idea
|
.idea
|
||||||
node_modules
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
node_modules
|
||||||
|
|||||||
1
404.html
1
404.html
@@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
layout: not_found
|
layout: not_found
|
||||||
title: 404
|
title: 404
|
||||||
|
permalink: /404.html
|
||||||
---
|
---
|
||||||
|
|
||||||
<div id="particles-js"></div>
|
<div id="particles-js"></div>
|
||||||
|
|||||||
21
README.md
21
README.md
@@ -1 +1,20 @@
|
|||||||
# bchiang7.github.io
|
# Personal Website V2
|
||||||
|
http://brittanychiang.com
|
||||||
|
|
||||||
|
Hello! Thanks for checking out the repo for my latest portfolio website. This website isn't just my new portfolio, but also a personal project in and of itself. I think I've grown quite a bit as a developer & designer in the past year, so I wanted to create something to showcase some of what I've learned and done.
|
||||||
|
|
||||||
|
Some things I used:
|
||||||
|
- [Sublime Text 3](https://www.sublimetext.com/3) my ride-or-die
|
||||||
|
- [Github Pages](https://pages.github.com/) for easy push-to-deploy hosting
|
||||||
|
- [Jekyll](https://jekyllrb.com/) for a static site generator
|
||||||
|
- [Sass](http://sass-lang.com/) for less time-consuming and more modular CSS
|
||||||
|
- [Bourbon](http://bourbon.io/) for sass mixins
|
||||||
|
- [Gulp](http://gruntjs.com/) for an automated and enhanced workflow
|
||||||
|
- [Flaticon](http://www.flaticon.com/) for images
|
||||||
|
- [Unsplash](https://unsplash.com/) for stock photos
|
||||||
|
- [Skrollr.js](https://github.com/Prinzhorn/skrollr) for parallax effects
|
||||||
|
- [Formspree](https://formspree.io/) for a simple, sans-PHP contact form
|
||||||
|
|
||||||
|
Other than the things listed above, everything else from the design to the code of this site came from the brain of yours truly.
|
||||||
|
|
||||||
|
Let me know what you think!
|
||||||
|
|||||||
@@ -41,3 +41,4 @@ keep_files:
|
|||||||
|
|
||||||
gems:
|
gems:
|
||||||
- jekyll-minifier
|
- jekyll-minifier
|
||||||
|
- jekyll-sitemap
|
||||||
|
|||||||
3
robots.txt
Normal file
3
robots.txt
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
User-agent: *
|
||||||
|
Disallow:
|
||||||
|
Sitemap: http://brittanychiang.com/sitemap.xml
|
||||||
Reference in New Issue
Block a user