Skip to content

Commit

Permalink
Sync trunk (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ipstenu authored Aug 27, 2024
2 parents 6b9c3c0 + 6beca8b commit 77b98be
Show file tree
Hide file tree
Showing 1,615 changed files with 1,959 additions and 4,516 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,3 @@ jobs:

- name: Deploy to Server
run: rsync -rlgoDzvc -i --delete resources/ ${{ secrets.REMOTE_USER }}@${{ secrets.REMOTE_HOST }}:/home/${{ secrets.REMOTE_USER }}/${{ secrets.HUGO_RESOURCES_URL }}/

# uses: easingthemes/ssh-deploy@main
# env:
# SSH_PRIVATE_KEY: ${{ secrets.SERVER_SSH_KEY }}
# ARGS: "-rlgoDzvc -i --delete"
# SOURCE: "resources/"
# REMOTE_HOST: ${{ secrets.REMOTE_HOST }}
# REMOTE_USER: ${{ secrets.REMOTE_USER }}
# TARGET: "/home/${{ secrets.REMOTE_USER }}/${{ secrets.HUGO_RESOURCES_URL }}/"
9 changes: 8 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,11 @@ jobs:
run: npm run build

- name: Deploy to Server
run: rsync -rlgoDzvc -i --delete public/ ${{ secrets.REMOTE_USER }}@${{ secrets.REMOTE_HOST }}:/home/${{ secrets.REMOTE_USER }}/${{ secrets.REMOTE_HOST }}/
uses: easingthemes/ssh-deploy@main
env:
SSH_PRIVATE_KEY: ${{ secrets.SERVER_SSH_KEY }}
ARGS: "-rlgoDzvc -i"
SOURCE: "public/"
REMOTE_HOST: ${{ secrets.REMOTE_HOST }}
REMOTE_USER: ${{ secrets.REMOTE_USER }}
TARGET: "/home/jorjafox/jorjafox.net/"
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
"editor.detectIndentation": false,
"cSpell.words": [
"Anson",
"Gribbs",
"Grissom",
"Jorja",
"lockdown",
"Rajan"
"Rajan",
"Warrick"
]
}
File renamed without changes.
6 changes: 5 additions & 1 deletion config/_default/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ languageCode: "en-us"
title: "Fans of LeFox"
subtitle: "A fansite celebrating the actor and activist, Jorja Fox"
copyright: "Copyright Fans of LeFox © 1996"
paginate: 9

pagination:
disableAliases: false
pagerSize: 12
path: page

contentDir: "content/posts"
dataDir: "content/data"
Expand Down
14 changes: 14 additions & 0 deletions config/_default/menus.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,17 @@ footer:
parent: Links
pageRef: https://jorjafox.net/feed.xml
weight: 40

social:
- name: Official Website
url: https://jorjafox.com/
pre: "fas house-chimney-user"
weight: 10
- name: X/Twitter
url: https://twitter.com/jorjafoxofficia
pre: "fab x-twitter"
weight: 20
- name: Facebook
url: https://www.facebook.com/jorjafoxofficial
pre: "fab facebook"
weight: 30
Binary file modified content/assets/img/actors/missingpersons.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
49 changes: 44 additions & 5 deletions content/assets/scss/hugo.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,47 @@ svg#gold-star, .star-gold svg, .star-gold-star svg {
fill: #ffc107;
}

/* Accessibility */
a {
text-decoration-line: underline;
text-decoration-style: dotted;
}
/* Navbars */
nav#NewsListOfYears ul, nav#TranscriptsListOfYears ul {
column-count: 2!important;
}

/* BreadCrumbs */
.breadcrumb {
padding-top: 0;
}

.breadcrumb-custom .breadcrumb-item {
position: relative;
flex-grow: 1;
padding: 0.75rem 3rem;
border-top: 1px solid var(--bs-border-color);
}

.breadcrumb-custom .breadcrumb-item::before {
display: none;
}

.breadcrumb-custom .breadcrumb-item::after {
position: absolute;
top: 50%;
right: -25px;
z-index: 1;
display: inline-block;
width: 50px;
height: 50px;
margin-top: -25px;
content: "";
background-color: var(--bs-tertiary-bg);
border-top-right-radius: .5rem;
box-shadow: 1px -1px var(--bs-border-color);
transform: scale(.707) rotate(45deg);
}

.breadcrumb-custom a {
cursor: pointer;
}

.breadcrumb-custom a:hover {
color: var(--bs-success)!important;
}
File renamed without changes
2 changes: 1 addition & 1 deletion content/data/filmography.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "TV Series",
"character": "Sara Sidle",
"notes": "– 2021 (main cast)",
"dates": "2021-2024",
"dates": "2021",
"station": "CBS",
"rating": "4",
"seasons": 1,
Expand Down
91 changes: 91 additions & 0 deletions content/data/history.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@

- title: Moving to Hugo
icon: fas code
color: danger
date: 2024-08-08
content:
Following a short legal battle, the gallery was removed and the site was moved to Hugo, a static site generator, in the interests of simplicity and security.

- title: Back to CSI
icon: fas dice
color: warning
date: 2021-02-12
content:
"Jorja Fox returned to CSI, or rather joined the first season of CSI: Vegas. The site was updated to reflect the new show, and the gallery was expanded to include the new series."

- title: The End of CSI
icon: fas sailboat
color: secondary
date: 2015-09-27
content:
"CSI: Crime Scene Investigation ends, and the site transitioned to more of a library of all of Jorja's advocacy and humanitarian work."

- title: DreamHost
icon: fas cloud
color: info
date: 2013-10-15
content:
The site was moved to DreamHost, and the site was rebranded as "Fans of LeFox" (aka FLF), a shout-out to Jorja's online handle on Twitter.

- title: Meeting Jorja Fox
icon: fas user-group
color: success
date: 2010-02-28
content:
Mika met Jorja Fox in person, at a Humane Society event in Chicago. Jorja was kind enough to invite Mika and her partner to the event, and they spent the evening talking about pets, meeting Billy Petersen, and all around having a wonderful evening.

- title: The Forums
icon: fas table-list
color: warning
date: 2007-11-15
content:
The forums were closed due to lack of posting and support. In 2008, the forums returned, this time using bbPress as our code, but that only lasted till 2010, with the BuddyPress experiment, back to bbPress from 2011 to the end of 2012, and eventually removed it all together.

- title: Leaving Las Vegas
icon: fas magnifying-glass
color: secondary
date: 2007-10-15
content:
Jorja announced she was leaving CSI, and the site nearly crashed under the load.

- title: Open Source
icon: fas images
color: info
date: 2005-10-15
content:
The site was moved to a new CMS, WordPress, and the initial concept of the library was born, powered by MediaWiki. Over the next year, the gallery was added and moved from a custom solution to Gallery2, to Coppermine, and finally to ZenPhoto.

- title: Growing Pains
icon: fas triangle-exclamation
color: danger
date: 2002-01-01
content:
The site struggled with the popularity of Jorja Fox, and the limitations of low end hosting. Finally the decision was made to move to a larger host, LiquidWeb. The forums were moved to a new software, and the site was rebranded as "Jorja Fox Online" (aka JFO).

- title: A Domain of Our Own
icon: fas landmark-flag
color: warning
date: 2001-10-17
content:
The site was moved to its own domain, jorjafox.net, and the name was changed to 'Jorja Fox Fansite'. The site was now a full-fledged fan site, with a focus on Jorja Fox's career. The initial design was a simple table-based layout, with discussion forums and a guestbook.

- title: Self Hosting
icon: fas screwdriver-wrench
color: primary
date: 1998-10-15
content:
Feeling the limits of free hosting, the site was moved to a sub-set of Mika's personal domain (ipstenu.org).

- title: Free Hosting
icon: fas van-shuttle
color: info
date: 1998-04-20
content:
Mika put up the first page of the 'Jorja Fox/ER Website' on her college web account, mostly to practice HTML skills for a job. It attracted attention, and she moved the site to a free host.

- title: Initial launch
icon: fas rocket
color: warning
date: 1996-12-01
content:
A simple filmography page was created by Mika Epstein (aka Ipstenu) for a class project. It was hosted on the University of California Santa Cruz's servers. She got an A.
12 changes: 2 additions & 10 deletions content/posts/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,6 @@ In your email, please be explicit in your needs/questions/requests. Every attemp

This website is powered by [Hugo](https://gohugo.io) and uses the [Hinode](https://gethinode.com) theme. It is deployed via Github actions.

## History (by Ipstenu)
## History

At some point in 1996, I created a short Jorja Fox Filmography on my college website under the handle Athena Nike (aka Ipstenu, aka Athena, aka Mika Epstein, who owns ipstenu.org), as a part of a homework assignment. The site went live and public in December 1996. On Monday, April 20, 1998, I put up the first page of the 'Jorja Fox/ER Website' on my personal web account, mostly to practice HTML skills for a job. It attracted attention, and I moved the site to a free location on Xoom.com. Of course, free servers are annoying and never work right, and I ended up buying a domain name and hosting us there from October 1999 until October 2001.

On October 17th, 2001, I made our formal move to the domain name jorjafox.net and started the forums on EZBoard. 2002 had three server moves, trying to find the best fit, which ended up being the phenomenal LiquidWeb, where the site lived until 2020. Somewhere in all this, I went from EZBoard to YaBB! to YaBBSE to InvisionBoard for the forums. 2005 brought on the Wiki and WordPress as a blogging tool. Slowly over the years I've added more and more features. Like Gallery (instead of using our own homegrown script), and turning on comments on the blog. In November 2007 I closed the forums due to lack of posting and support. In 2008, I re-opened the forums, this time using bbPress as our code, but that only lasted till 2010, when I switched everything to BuddyPress, until we went back to bbPress from 2011 to the end of 2012, and eventually removed it all together.

As of 2020, the server and code stack has been stable, hosted on DreamHost VPS.

Possibly most memorable _server_ moment was October 2007, when Jorja Fox announced she was leaving CSI, and the server nearly crashed under the weight of all the visits! The most memorable moment in general was [being invited to meet Jorja](https://jorjafox.net/blog/2010/02-28-jorja-invited-jfo-to-spotlight-humane-chicago/).

Don't ask about how many redesigns I've had for the look and feel for this site, since I lost track after the tenth revision! The first site was a real ugly one, and I seem to recall a green and a purple one somewhere out there. I revamped the look and feel in 2006 to celebrate 10 years (since I'd forgotten what year I started the site) and then again in 2008 when we got tired of the orange. Since I'm known as the 'Green Site' (thank you, Joe Fab) our dip into red was momentary and passing.
{{< timeline data="history" >}}
2 changes: 1 addition & 1 deletion content/posts/blog/2011/11-10-if-jorja-wrote-csi.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: 4000
title: 'If Jorja Wrote a CSI Episode&#8230;'
title: 'If Jorja Wrote a CSI Episode...'
date: '2011-11-10T09:03:24-08:00'
authorname: 'Mika E. (Ipstenu)'
excerpt: 'Jorja says she''ll miss Marg and tells us her wishes for what she would write in a CSI episode. Hint: GSR fans would like it.'
Expand Down
10 changes: 4 additions & 6 deletions content/posts/faq/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ author: "Mika A. Epstein"
layout: library
permalink: /faq/
aliases:
- /faq/
categories: ["FAQ"]
tags: ["index"]
- /library/faq/
---

Find the answers for the most frequently asked questions below:
Expand All @@ -21,14 +19,14 @@ No, "Fans of LeFox" (formerly "Jorja Fox: Online") is run by fans for the purpos

### Is this the official Jorja Fox site?

No, this is not. Jorja's official site is [JorjaFox.ORG](https://jorjafox.org)
No, this is not. Jorja's official site is [JorjaFox.COM](https://jorjafox.com)

### How can I contact Jorja?

Fan mail request-sending by postal mail only:

Studio Fan Mail
1048 Irvine Ave #624
Studio Fan Mail \
1048 Irvine Ave #624 \
Newport Beach, CA 92660

### What's Jorja's Social Media?
Expand Down
1 change: 0 additions & 1 deletion content/posts/faq/career.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: About Jorja Fox's Career
categories: ["FAQ"]
tags: ["jorja fox", "career"]
layout: library
---

Expand Down
2 changes: 0 additions & 2 deletions content/posts/faq/gallery.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
title: "Looking for the gallery or videos?"
layout: library
categories: ["FAQ"]
tags: ["gallery"]
aliases:
- /gallery/
- /videos/
Expand Down
12 changes: 5 additions & 7 deletions content/posts/faq/grading.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
---
title: About Stars / Grading
categories: ["FAQ"]
tags: ["website"]
layout: library
---

Grading is a fairly subjective way of rating a TV show or movie by way of how much is Jorja Fox's character involved, and how much screen time does she get.
Grading is our subjective way of rating a TV show or movie by way of how much is Jorja Fox's character involved, and how much screen time does she get.

The objective is to give the highest 'score' to anything that someone should watch if looking for a great representation of Jorja Fox's work as an actor. This is not an attempt to grade how good a movie or TV show is. In fact, Memento is a highly acclaimed movie and only has a 'score' of 2, because Jorja Fox's role is quite minor. Rating also may not reflect how much screen time Jorja has. For example, in the _CSI: Crime Scene Investigation_ episode A La Cart, she's in three scenes, however a great deal of characterization is developed in those scenes.
The goal is to give the highest 'score' to anything that someone should watch if looking for a great representation of Jorja Fox's work as an actor. This is not an attempt to grade how good a movie or TV show is. In fact, _Memento_ is a highly acclaimed movie and only has a 'score' of 2, because Jorja Fox's role is quite minor. Rating also may not reflect how much screen time Jorja has. For example, in the _CSI: Crime Scene Investigation_ episode A La Cart, she's in three scenes, however a great deal of characterization is developed in those scenes.

Grades are given on a loose scale of 0 to 5 stars, with a rough guideline as follows:

Expand All @@ -21,19 +19,19 @@ Example: Anything that has not yet aired or been seen.

{{< star color="grey-star" count="5" >}} - Credited but does not appear.

Example: The _CSI: Crime Scene Investigation_ episode "Pilot".
Example: The _[CSI: Crime Scene Investigation](/library/actor/csi/)_ episode "[Pilot](/library/recaps/csi/pilot/)".

### 1 Gold Stars

{{< star color="gold-star" count="1" >}}{{< star color="grey-star" count="4" >}} - Very brief scene or two, no more than 2 minutes total. Often as a guest actor.

Example: The _CSI: Crime Scene Investigation_ episode "High and Low" or the movie [The Jerky Boys](/library/actor/jerky-boys).
Example: The _CSI: Crime Scene Investigation_ episode "High and Low" or the movie "[The Jerky Boys](/library/actor/jerky-boys)".

### 2 Gold Stars

{{< star color="gold-star" count="2" >}}{{< star color="grey-star" count="3" >}} - Some dialogue, acting as a supporting character.

Example: The movie [Memento](/library/actor/memento/) or the _CSI: Crime Scene Investigation_ episode "Burked".
Example: The movie "[Memento](/library/actor/memento/)" or the _CSI: Crime Scene Investigation_ episode "Burked".

### 3 Gold Stars

Expand Down
10 changes: 4 additions & 6 deletions content/posts/faq/jorja.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
---
title: About Jorja Fox
categories: ["FAQ"]
tags: ["jorja fox"]
layout: library
---

Expand Down Expand Up @@ -45,17 +43,17 @@ Jorja lives around the Los Angeles area in California.

Her official fan mail contact is as follows:

Studio Fan Mail
1048 Irvine Ave #624
Studio Fan Mail \
1048 Irvine Ave #624 \
Newport Beach, CA 92660

### How do I get an autographed picture of her?

Send a letter to the above address. It may take a long time to get a reply though. All her fan mail is checked before it gets to her.
Send a letter to the above address. It may take a long time to get a reply, as all her fan mail is checked before it gets to her.

### Will you forward my email too her?

I would if I could, but as I can't, please don't email personal letters to me. It's very embarrassing for me to read the reeeeally personal details of total strangers.
Sadly we can't help you there. Also it's incredibly uncomfortable to read all those personal messages, so please don't email me thinking you'll get to Jorja! You just sent an email to a very confused fan.

### What's her official website?

Expand Down
2 changes: 0 additions & 2 deletions content/posts/faq/wiki.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
title: "Looking for the Wiki?"
layout: library
categories: ["FAQ"]
tags: ["gallery"]
---

{{< alert type="info" >}}
Expand Down
Loading

0 comments on commit 77b98be

Please sign in to comment.