rlk / site

Personal web site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Personal Web Site

To Build

Generate all indices and convert all Markdown to HTML:

make

To Clean

Remove all generated files:

make clean

To Validate

To scan for broken links, start the Python web server,

python -m SimpleHTTPServer

spider it with logging,

wget --spider -o wget.log -e robots=off -r -p http://localhost:8000

and search the log for 404s.

grep -B2 404 wget.log | less

About

Personal web site


Languages

Language:JavaScript 84.8%Language:HTML 13.3%Language:C 1.0%Language:Mathematica 0.4%Language:C++ 0.2%Language:CSS 0.1%Language:Shell 0.1%Language:M4 0.1%Language:Makefile 0.0%Language:Java 0.0%