All Projects → rickumali → RickUmaliVanityWebsite

rickumali / RickUmaliVanityWebsite

Licence: other
This is the Perl source code that generates my vanity webpage (hosted at rickumali.com).

Programming Languages

perl
6916 projects
shell
77523 projects

Projects that are alternatives of or similar to RickUmaliVanityWebsite

react-native-segment-control
Swipeable SegmentedControl component for React Native apps
Stars: ✭ 21 (+10.53%)
Mutual labels:  tabs
guitar
🎸 Online guitar toy and tablature recorder/player
Stars: ✭ 80 (+321.05%)
Mutual labels:  tabs
react-headless-tabs
Headless and highly flexible tab-like primitives built with react hooks
Stars: ✭ 107 (+463.16%)
Mutual labels:  tabs
v-switcher
An powerful display tabs with Vue
Stars: ✭ 56 (+194.74%)
Mutual labels:  tabs
smart-webcomponents-community
Material & Bootstrap Web Components built with Smart
Stars: ✭ 30 (+57.89%)
Mutual labels:  tabs
gregives.co.uk
Personal site and portfolio of software engineer Greg Ives
Stars: ✭ 43 (+126.32%)
Mutual labels:  personal-site
v2
🧪 Personal website built using React!
Stars: ✭ 113 (+494.74%)
Mutual labels:  personal-site
alfred-browser-tabs
🔍 Search browser tabs from Chrome, Brave, Safari, etc..
Stars: ✭ 302 (+1489.47%)
Mutual labels:  tabs
chords
A Kotlin multi-platform view library for displaying stringed instrument chord diagrams
Stars: ✭ 25 (+31.58%)
Mutual labels:  tabs
esl
Lightweight and flexible UI component library based on web components technology for creating basic UX modules
Stars: ✭ 53 (+178.95%)
Mutual labels:  tabs
markdown-fenced-code-tabs
Generates tabs for consecutive markdown code blocks
Stars: ✭ 46 (+142.11%)
Mutual labels:  tabs
cosyTabs
SIMBL plug-in for Safari. Now with macOS Sierra/Safari 10 support. Small tabs like they used to be back in the day.
Stars: ✭ 44 (+131.58%)
Mutual labels:  tabs
react-responsive-tabs
React responsive tabs http://maslianok.github.io/react-responsive-tabs/
Stars: ✭ 118 (+521.05%)
Mutual labels:  tabs
peterthehan
My personal site and profile README.
Stars: ✭ 36 (+89.47%)
Mutual labels:  personal-site
cursive-tabs
Tabs for gyscos/cursive views 🖥️
Stars: ✭ 21 (+10.53%)
Mutual labels:  tabs
Material-BottomBarLayout
🎉A material navigation bar library which has pretty animations and different ways of arrangement.
Stars: ✭ 56 (+194.74%)
Mutual labels:  tabs
mdebug
基于React开发的新一代web调试工具,支持React组件调试,类似于Chrome Devtools。A Lightweight, Easy To Extend Web Debugging Tool Build With React
Stars: ✭ 237 (+1147.37%)
Mutual labels:  tabs
Tabbed-Container-Extension
A Qlik Extension that groups Sense objects in a container and displays tabs as a way of navigating through them
Stars: ✭ 21 (+10.53%)
Mutual labels:  tabs
jasond94.github.io
Personal website:
Stars: ✭ 67 (+252.63%)
Mutual labels:  personal-site
vue-magic-line
A flexible tabs-component for Vue
Stars: ✭ 40 (+110.53%)
Mutual labels:  tabs
rickumali-index

This is the software that generates the rickumali.com site.

This is a static site generated by a Perl-based static site generator. The
templates were updated to Bootstrap in May 2021.

--------------------------------------------------------------------------------

The site is generated from four sub templates, using these programs:

  make_sports_tmpl.sh -> getfeed.pl -> process_sports_feed.pl = sports.tmpl

  make_ramblings_tmpl.sh -> getfeed.pl -> processfeed.pl = blog.tmpl

  make_tech_tmpl.sh -> getfeed.pl -> process_tech_feed.pl = tech.tmpl

  make_flickr_tmpl.sh -> wget -> process_flickr_feed.pl = pictures.tmpl

Once these four subtemplates are generated, they are brought into the main
template (rick-bootstrap.tmpl).

  make_rick_index.sh -> make_new_index.pl ->
    bio.tmpl + blog.tmpl + tech.tmpl + sports.tmpl + pictures.tmpl +
    contact.tmpl + footer.tmpl + rick-bootstrap.tmpl = index.html

The site used to be generated once an hour, but now it is generated whenever
there's an update.

--------------------------------------------------------------------------------

References

http://www.template-toolkit.org/
https://getbootstrap.com/docs/5.0/
https://metacpan.org/release/libwww-perl
https://metacpan.org/pod/HTML::TokeParser

Rick Umali / www.rickumali.com / [email protected]
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].