{"id":38489925,"url":"https://github.com/dauble/dauble.github.io","last_synced_at":"2026-01-17T05:41:22.253Z","repository":{"id":186352430,"uuid":"675046194","full_name":"dauble/dauble.github.io","owner":"dauble","description":"Personal website","archived":false,"fork":false,"pushed_at":"2026-01-01T14:24:47.000Z","size":35424,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-06T17:16:46.924Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://davidauble.com","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dauble.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-08-05T15:44:45.000Z","updated_at":"2026-01-01T14:24:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"cda990ea-53fd-4cc5-b48d-1cd5fd2043f9","html_url":"https://github.com/dauble/dauble.github.io","commit_stats":null,"previous_names":["dauble/dauble.github.io"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/dauble/dauble.github.io","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dauble%2Fdauble.github.io","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dauble%2Fdauble.github.io/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dauble%2Fdauble.github.io/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dauble%2Fdauble.github.io/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dauble","download_url":"https://codeload.github.com/dauble/dauble.github.io/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dauble%2Fdauble.github.io/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28500781,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T04:31:57.058Z","status":"ssl_error","status_checked_at":"2026-01-17T04:31:45.816Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-17T05:41:21.754Z","updated_at":"2026-01-17T05:41:22.246Z","avatar_url":"https://github.com/dauble.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# David Auble's Personal Website\n\n[![pages-build-deployment](https://github.com/dauble/dauble.github.io/actions/workflows/pages/pages-build-deployment/badge.svg?branch=master)](https://github.com/dauble/dauble.github.io/actions/workflows/pages/pages-build-deployment) [![CodeQL](https://github.com/dauble/dauble.github.io/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/dauble/dauble.github.io/actions/workflows/github-code-scanning/codeql)\n\nThis is the source code for David Auble's personal website and blog, hosted at [davidauble.com](https://davidauble.com). The site showcases professional work, technical blog posts, and serves as a portfolio for web development services.\n\n## 📋 Table of Contents\n\n- [About](#about)\n- [Technology Stack](#technology-stack)\n- [Prerequisites](#prerequisites)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Project Structure](#project-structure)\n- [Development](#development)\n- [Deployment](#deployment)\n- [Contributing](#contributing)\n- [Security](#security)\n- [License](#license)\n\n## 🎯 About\n\nThis website is built using Jekyll, a static site generator, and is hosted on GitHub Pages. It features:\n\n- **Professional Portfolio**: Showcasing web development services and experience\n- **Technical Blog**: Articles about web development, WordPress, Jekyll, Git, and more\n- **Responsive Design**: Mobile-friendly layout using Bootstrap grid system\n- **SEO Optimized**: Using Jekyll SEO plugins for better search engine visibility\n- **Performance**: Fast-loading static pages with optimized assets\n\n## 🛠 Technology Stack\n\n- **Static Site Generator**: [Jekyll 4.4.1](https://jekyllrb.com/)\n- **Template Language**: Liquid\n- **Styling**: SCSS/CSS\n- **JavaScript**: Vanilla JS with jQuery\n- **Icons**: Font Awesome\n- **Hosting**: GitHub Pages\n- **Domain**: Custom domain (davidauble.com)\n\n### Jekyll Plugins\n\n- `jekyll-feed`: Generates an Atom feed of your posts\n- `jekyll-sitemap`: Automatically generates a sitemap.xml\n- `jekyll-seo-tag`: Adds SEO metadata to pages\n\n## 📦 Prerequisites\n\nBefore you begin, ensure you have the following installed:\n\n- **Ruby** (version 2.7 or higher)\n- **RubyGems**\n- **GCC and Make** (for building native extensions)\n- **Bundler** (Ruby dependency manager)\n\n### Installing Ruby\n\n#### macOS\n```bash\n# Using Homebrew\nbrew install ruby\n```\n\n#### Ubuntu/Debian\n```bash\nsudo apt-get install ruby-full build-essential zlib1g-dev\n```\n\n#### Windows\nDownload and install from [RubyInstaller](https://rubyinstaller.org/)\n\n### Installing Bundler\n```bash\ngem install bundler\n```\n\n## 🚀 Installation\n\n1. **Clone the repository**\n   ```bash\n   git clone https://github.com/dauble/dauble.github.io.git\n   cd dauble.github.io\n   ```\n\n2. **Install dependencies**\n   ```bash\n   bundle install\n   ```\n   \n   This will install Jekyll and all required gems specified in the Gemfile.\n\n## 💻 Usage\n\n### Running the Development Server\n\nStart the local development server with live reload:\n\n```bash\nbundle exec jekyll serve\n```\n\nThe site will be available at: `http://localhost:4000`\n\n### Using LiveReload\n\nFor automatic browser refresh when files are saved:\n\n1. Install the [LiveReload Chrome extension](https://chrome.google.com/webstore/detail/livereload/jnihajbhpnppcggbcgedagnkighmdlei)\n2. Enable the extension\n3. Start the Jekyll server (LiveReload is enabled in `_config.yml`)\n4. Make changes to your files and watch them update automatically\n\n### Building the Site\n\nTo build the site for production without starting a server:\n\n```bash\nbundle exec jekyll build\n```\n\nThe generated site will be in the `_site` directory.\n\n## 📁 Project Structure\n\n```\ndauble.github.io/\n├── _category/          # Category pages\n├── _data/              # Data files (navigation, posts metadata)\n│   ├── navigation.yml  # Site navigation structure\n│   └── posts.json      # Posts metadata\n├── _includes/          # Reusable HTML components\n│   ├── footer.html     # Site footer\n│   ├── header.html     # Site header\n│   └── navigation.html # Navigation bar\n├── _layouts/           # Page layouts\n│   ├── blog.html       # Blog listing layout\n│   ├── categories.html # Categories listing layout\n│   ├── default.html    # Base layout\n│   └── post.html       # Individual post layout\n├── _posts/             # Blog posts (Markdown files)\n│   └── YYYY-MM-DD-title.md\n├── _sass/              # SCSS partials\n├── _site/              # Generated static site (not committed)\n├── assets/             # Static assets\n│   ├── css/            # Compiled CSS\n│   ├── fonts/          # Web fonts\n│   ├── images/         # Images and graphics\n│   └── scripts/        # JavaScript files\n├── _config.yml         # Jekyll configuration\n├── 404.html            # Custom 404 error page\n├── blog.html           # Blog index page\n├── categories.html     # Categories page\n├── CNAME               # Custom domain configuration\n├── Gemfile             # Ruby dependencies\n├── index.html          # Homepage\n└── README.md           # This file\n```\n\n### Key Files\n\n- **_config.yml**: Main Jekyll configuration file. Contains site settings, plugins, and build options.\n- **Gemfile**: Lists all Ruby gem dependencies for the project.\n- **CNAME**: Specifies the custom domain for GitHub Pages.\n- **.gitignore**: Files and directories excluded from version control.\n\n## 🔧 Development\n\n### Adding a New Blog Post\n\n1. Create a new Markdown file in the `_posts` directory with the naming convention:\n   ```\n   YYYY-MM-DD-title-of-post.md\n   ```\n\n2. Add front matter at the top of the file:\n   ```yaml\n   ---\n   layout: post\n   title: \"Your Post Title\"\n   date: YYYY-MM-DD\n   image: /assets/images/posts/your-image.jpg\n   author: dauble\n   categories:\n     - \"category1\"\n     - \"category2\"\n   ---\n   ```\n\n3. Write your content in Markdown below the front matter.\n\n4. Preview locally:\n   ```bash\n   bundle exec jekyll serve\n   ```\n\n### Working with Categories\n\nCategories are defined in the front matter of each post. To add a new category page:\n\n1. Create a new file in the `_category` directory\n2. Use the category layout and specify the category name\n\n### Customizing Styles\n\n- SCSS files are located in the `_sass` directory\n- Main CSS compilation is handled by Jekyll\n- Changes are automatically compiled when running the development server\n\n### Modifying Layouts\n\n- Layouts are in the `_layouts` directory\n- Includes (reusable components) are in the `_includes` directory\n- Use Liquid template language for dynamic content\n\n## 🚢 Deployment\n\nThis site is automatically deployed to GitHub Pages:\n\n1. **Push to master branch**: Any push to the `master` branch triggers an automatic deployment\n2. **GitHub Actions**: The deployment workflow is managed by GitHub Pages\n3. **Live Site**: Changes appear at https://davidauble.com after a successful build\n\n### Manual Deployment\n\nThe site deploys automatically, but you can verify the build locally:\n\n```bash\nbundle exec jekyll build\n# Check the _site directory for the generated files\n```\n\n### Deployment Status\n\nCheck the deployment status using the badges at the top of this README or visit the [Actions tab](https://github.com/dauble/dauble.github.io/actions).\n\n## 🤝 Contributing\n\nContributions are welcome! Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on the code of conduct and the process for submitting pull requests.\n\n### Quick Guidelines\n\n1. Fork the repository\n2. Create a feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add some amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n## 🔒 Security\n\nSecurity is taken seriously. If you discover a security vulnerability, please review the [SECURITY.md](SECURITY.md) file for reporting procedures.\n\n## 📄 License\n\nThis project represents David Auble's personal website and portfolio. While the code is publicly visible, all content, designs, and written materials are copyrighted. If you'd like to use any part of this project, please reach out for permission.\n\n## 📞 Contact\n\n- **Website**: [davidauble.com](https://davidauble.com)\n- **Email**: info@davidauble.com\n- **GitHub**: [@dauble](https://github.com/dauble)\n\n## 🙏 Acknowledgments\n\n- Built with [Jekyll](https://jekyllrb.com/)\n- Hosted on [GitHub Pages](https://pages.github.com/)\n- Icons by [Font Awesome](https://fontawesome.com/)\n\n---\n\nMade with ❤️ in Indianapolis\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdauble%2Fdauble.github.io","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdauble%2Fdauble.github.io","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdauble%2Fdauble.github.io/lists"}