Skip to content

Commit f5cd2bc

Browse files
committed
major move off gh-pages and onto aws s3
1 parent c06f4d6 commit f5cd2bc

File tree

959 files changed

+588
-68641
lines changed

Some content is hidden

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

959 files changed

+588
-68641
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,9 @@ pip-log.txt
3434

3535
source/cache/
3636
venv
37+
38+
generated/
39+
output/
40+
41+
__pycache__/
42+
.env

CNAME

Lines changed: 0 additions & 1 deletion
This file was deleted.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2012-2017 Matthew Makai
3+
Copyright (c) 2017 Matthew Makai
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the "Software"), to deal in

Makefile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
run:
2+
pelican -t theme -s settings.py -o generated/updated_site content
3+
cp -R static-html/* generated/updated_site/
4+
cp -R static/* generated/updated_site/
5+
cp generated/updated_site/pages/* generated/updated_site/
6+
rm -rf generated/updated_site/pages/
7+
8+
init:
9+
pip install -r requirements.txt

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
This repository contains the source code for
2-
[Full Stack Python](https://www.fullstackpython.com/).
2+
[Hashmapping](http://www.hashmapping.com/).
33

about-author.html

Lines changed: 0 additions & 226 deletions
This file was deleted.

all.html

Lines changed: 0 additions & 11657 deletions
This file was deleted.

apache-cassandra.html

Lines changed: 0 additions & 243 deletions
This file was deleted.

apache-http-server.html

Lines changed: 0 additions & 266 deletions
This file was deleted.

api-creation.html

Lines changed: 0 additions & 494 deletions
This file was deleted.

0 commit comments

Comments
 (0)