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

Diff for: .gitignore

+6
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

Diff for: CNAME

-1
This file was deleted.

Diff for: LICENSE

+1-1
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

Diff for: Makefile

+9
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

Diff for: README.md

+1-1
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

Diff for: about-author.html

-226
This file was deleted.

Diff for: all.html

-11,657
This file was deleted.

Diff for: apache-cassandra.html

-243
This file was deleted.

Diff for: apache-http-server.html

-266
This file was deleted.

Diff for: api-creation.html

-494
This file was deleted.

Diff for: api-integration.html

-334
This file was deleted.

Diff for: application-dependencies.html

-406
This file was deleted.

Diff for: application-programming-intefaces.html

-8
This file was deleted.

Diff for: application-programming-interfaces.html

-310
This file was deleted.

Diff for: author/matt-makai.html

-168
This file was deleted.

0 commit comments

Comments
 (0)