Skip to content

Commit 1a76942

Browse files
yellowblackfishyellowblackfish
authored andcommitted
Initial commits
williampansky.com 1.0.0
0 parents  commit 1a76942

File tree

555 files changed

+101276
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

555 files changed

+101276
-0
lines changed

.htaccess

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
ErrorDocument 404 /404.html
2+
3+
ExpiresActive On
4+
ExpiresByType image/jpg "access plus 1 year"
5+
ExpiresByType image/jpeg "access plus 1 year"
6+
ExpiresByType image/gif "access plus 1 year"
7+
ExpiresByType image/png "access plus 1 year"
8+
ExpiresByType text/css "access plus 1 month"
9+
ExpiresByType application/pdf "access plus 1 month"
10+
ExpiresByType text/javascript "access 1 month"
11+
ExpiresByType text/x-javascript "access 1 month"
12+
ExpiresByType application/javascript "access 1 month"
13+
ExpiresByType application/x-javascript "access 1 month"
14+
ExpiresByType application/json "access 1 month"
15+
ExpiresByType application/x-shockwave-flash "access plus 1 month"
16+
ExpiresByType image/x-icon "access plus 1 year"
17+
ExpiresDefault "access plus 2 days"
18+
19+
<ifmodule mod_expires.c>
20+
<Filesmatch "\.(jpg|jpeg|png|gif|js|css|swf|ico|woff|mp3|min)$">
21+
ExpiresActive on
22+
ExpiresDefault "access plus 2 days"
23+
</Filesmatch>
24+
</ifmodule>
25+
26+
<IfModule mod_headers.c>
27+
<FilesMatch "\.(js|css|xml|gz|min)$">
28+
Header append Vary: Accept-Encoding
29+
</FilesMatch>
30+
</IfModule>

LICENSE.md

Lines changed: 21 additions & 0 deletions

config.toml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
baseurl = "/"
2+
title = "William Pansky | Dallas, TX"
3+
languageCode = "en-us"
4+
theme = "p2017"
5+
metadataformat = "toml"
6+
canonifyurls = true
7+
menus = "main"
8+
googleAnalytics = ""
9+
10+
[params]
11+
author = "William Pansky"
12+
URL = "http://williampansky.com"
13+
description = "Dallas, TX; Graphic designer & aspiring front-end webdev."
14+
copyright = "© 2016 William Pansky."
15+
license = "Released under the MIT license."
16+
17+
[[menu.main]]
18+
name = "Portfolio"
19+
url = "/"
20+
weight = 10
21+
22+
[[menu.main]]
23+
name = "LinkedIn*"
24+
url = "https://www.linkedin.com/in/williampansky"
25+
weight = 20
26+
27+
[[menu.main]]
28+
name = "Contact"
29+
url = "/contact/"
30+
weight = 30
31+
32+
[blackfriday]
33+
smartypants = true
34+
fractions = true
35+
smartDashes = true
36+
plainIDAnchors = true

content/contact/index.md

Lines changed: 9 additions & 0 deletions

content/index.md

Lines changed: 11 additions & 0 deletions

content/portfolio/evol-world.md

Lines changed: 18 additions & 0 deletions

content/portfolio/serendipitax.md

Lines changed: 24 additions & 0 deletions
Lines changed: 28 additions & 0 deletions
Lines changed: 24 additions & 0 deletions

readme.md

Lines changed: 4 additions & 0 deletions

0 commit comments

Comments
 (0)