eaecf4f Add first working version of a Pelican blog/site

Authored and Committed by rlafuente 2 years ago
46 files changed. 4654 lines added. 0 lines removed.
.gitignore
file modified
+2 -0
blog/Makefile
file added
+72
blog/content/crawling.md
file added
+140
blog/content/images/crawling-apis.png
file added
+0
blog/content/images/crawling-architecture.png
file added
+0
blog/content/images/portscan-1_captured_traffic.png
file added
+0
blog/content/images/portscan-2_request_blocked.png
file added
+0
blog/content/localportscanning.md
file added
+84
blog/content/pages/build.md
file added
+34
blog/content/pages/credits.md
file added
+41
blog/content/pages/index.md
file added
+72
blog/content/pages/levels.md
file added
+70
blog/content/pages/new_wrapper.md
file added
+248
blog/content/pages/permissions.md
file added
+12
blog/content/pages/versions.md
file added
+101
blog/content/support.md
file added
+55
blog/content/wrappers/webgl.md
file added
+32
blog/content/wrappers/wrappingS-AJAX.js
file added
+57
blog/content/wrappers/wrappingS-BATTERY-CR.js
file added
+49
blog/content/wrappers/wrappingS-BE.js
file added
+55
blog/content/wrappers/wrappingS-DM.js
file added
+105
blog/content/wrappers/wrappingS-ECMA-ARRAY.js
file added
+680
blog/content/wrappers/wrappingS-ECMA-DATE.js
file added
+101
blog/content/wrappers/wrappingS-ECMA-SHARED.js
file added
+80
blog/content/wrappers/wrappingS-GEO.js
file added
+319
blog/content/wrappers/wrappingS-H-C.js
file added
+382
blog/content/wrappers/wrappingS-HRT.js
file added
+53
blog/content/wrappers/wrappingS-HTML-LS.js
file added
+280
blog/content/wrappers/wrappingS-HTML.js
file added
+57
blog/content/wrappers/wrappingS-MCS.js
file added
+160
blog/content/wrappers/wrappingS-NP.js
file added
+335
blog/content/wrappers/wrappingS-PT2.js
file added
+124
blog/content/wrappers/wrappingS-WEBA.js
file added
+260
blog/pelicanconf.py
file added
+30
blog/publishconf.py
file added
+25
blog/theme/static/css/main.css
file added
+383
blog/theme/static/css/minireset.min.css
file added
+1
blog/theme/static/fonts/Inter-Bold.woff
file added
+0
blog/theme/static/fonts/Inter-Bold.woff2
file added
+0
blog/theme/static/fonts/Inter-Regular.woff
file added
+0
blog/theme/static/fonts/Inter-Regular.woff2
file added
+0
blog/theme/static/fonts/OxygenMono-Regular.woff
file added
+0
blog/theme/static/fonts/OxygenMono-Regular.woff2
file added
+0
blog/theme/templates/article.html
file added
+10
blog/theme/templates/base.html
file added
+133
blog/theme/templates/page.html
file added
+12
    Add first working version of a Pelican blog/site
    
        
file modified
+2 -0
file added
+72
empty file added
empty file added
file added
+30
file added
+25
empty file added
empty file added
empty file added
empty file added
empty file added