Commit 4cbcf5c6 authored by Alyx's avatar Alyx
Browse files

added Git link

parent 17e8ac73
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
---
title: "Home"
type: docs
---

# en0.io's Fremont 2 WiFi Project

Historically, WiFi access in Fremont 2's suites has been scarce and unreliable. This is an attempt to make something
@@ -21,3 +26,6 @@ internet.

If you're in FMT2 and want to see wireless service in your area, email me at [wireless@en0.sh](mailto:wireless@en0.sh)
to see if your rack would be a good fit.

### Page Source
https://git.en0.io/en0/wifi.fmt2.en0.io
 No newline at end of file
+1 −0
Original line number Diff line number Diff line
baseURL = 'wifi.fmt2.en0.io'
languageCode = 'en-us'
title = 'wifi.fmt2.en0.io'
theme = 'hugo-book'
+95 −3
Original line number Diff line number Diff line
<!doctype html><html lang=en><head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script><meta charset=UTF-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=description content><meta name=theme-color media="(prefers-color-scheme: light)" content="#ffffff"><meta name=theme-color media="(prefers-color-scheme: dark)" content="#343a40"><meta name=color-scheme content="light dark"><meta property="og:url" content="//localhost:1313/404.html"><meta property="og:site_name" content="wifi.fmt2.en0.io"><meta property="og:title" content="404 Page not found"><meta property="og:locale" content="en_us"><meta property="og:type" content="website"><meta itemprop=name content="404 Page not found"><title>404 Page not found | wifi.fmt2.en0.io</title><link rel=icon href=/favicon.png><link rel=manifest href=/manifest.json><link rel=canonical href=//localhost:1313/404.html><link rel=stylesheet href=/book.min.d001b688465bfefc82049e01ae748ce2a5b3d7da2ae566f7623a5daac2ddea10.css integrity="sha256-0AG2iEZb/vyCBJ4BrnSM4qWz19oq5Wb3YjpdqsLd6hA=" crossorigin=anonymous><script defer src=/fuse.min.js></script><script defer src=/en.search.min.01e06485cbfd6fea743ffc3cf16bf807a385fbc0cd9e5c846259fd1d173a78e4.js integrity="sha256-AeBkhcv9b+p0P/w88Wv4B6OF+8DNnlyEYln9HRc6eOQ=" crossorigin=anonymous></script><style>.not-found{height:100vh;width:100vw}.not-found h1{font-size:10vmin;font-weight:lighter;cursor:default}.not-found h1 span{display:inline-block;transition:transform .2s ease-out,opacity .2s ease-out}.not-found h1:hover span{transition-duration:1s;transform:translate(var(--drift-x),var(--drift-y))rotate(var(--rotate-end));opacity:0}.not-found h1:hover span:nth-child(1){--drift-x:-1em;--drift-y:1em;--rotate-end:-90deg}.not-found h1:hover span:nth-child(2){--drift-x:-1em;--drift-y:-2em;--rotate-end:45deg}.not-found h1:hover span:nth-child(3){--drift-x:3em;--drift-y:1em;--rotate-end:120deg}</style></head><body class="not-found flex justify-center align-center"><main class=text-center><h1><span>Page</span>
<!DOCTYPE html>
<html lang="en">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
  <!--
Made with Book Theme
https://github.com/alex-shpak/hugo-book
-->

<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#ffffff">
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#343a40">
<meta name="color-scheme" content="light dark"><meta property="og:url" content="//localhost:1313/404.html">
  <meta property="og:site_name" content="wifi.fmt2.en0.io">
  <meta property="og:title" content="404 Page not found">
  <meta property="og:locale" content="en_us">
  <meta property="og:type" content="website">


  <meta itemprop="name" content="404 Page not found">

<title>404 Page not found | wifi.fmt2.en0.io</title>
<link rel="icon" href="/favicon.png" >
<link rel="manifest" href="/manifest.json">
<link rel="canonical" href="//localhost:1313/404.html">
<link rel="stylesheet" href="/book.min.d001b688465bfefc82049e01ae748ce2a5b3d7da2ae566f7623a5daac2ddea10.css" integrity="sha256-0AG2iEZb/vyCBJ4BrnSM4qWz19oq5Wb3YjpdqsLd6hA=" crossorigin="anonymous">


  <script defer src="/fuse.min.js"></script>
  <script defer src="/en.search.min.01e06485cbfd6fea743ffc3cf16bf807a385fbc0cd9e5c846259fd1d173a78e4.js" integrity="sha256-AeBkhcv9b&#43;p0P/w88Wv4B6OF&#43;8DNnlyEYln9HRc6eOQ=" crossorigin="anonymous"></script>



  

  <style>
    .not-found {
      height: 100vh;
      width: 100vw;
    }

    .not-found h1 {
      font-size: 10vmin;
      font-weight: lighter;
      cursor: default;
    }

    .not-found h1 span {
      display: inline-block;
      transition: transform .2s ease-out, opacity .2s ease-out;
    }

    .not-found h1:hover span {
      transition-duration: 1s;
      transform: translate(var(--drift-x), var(--drift-y)) rotate(var(--rotate-end));
      opacity: 0;
    }

    .not-found h1:hover span:nth-child(1) {
      --drift-x: -1em;
      --drift-y: 1em;
      --rotate-end: -90deg;
    }

    .not-found h1:hover span:nth-child(2) {
      --drift-x: -1em;
      --drift-y: -2em;
      --rotate-end: 45deg;
    }

    .not-found h1:hover span:nth-child(3) {
      --drift-x: 3em;
      --drift-y: 1em;
      --rotate-end: 120deg;
    }
  </style>
</head>

<body class="not-found flex justify-center align-center">
  <main class="text-center">
    <h1>
      <span>Page</span>
      <span>Not</span>
<span>Found</span></h1><h3><a href=/>wifi.fmt2.en0.io</a></h3></main></body></html>
 No newline at end of file
      <span>Found</span>
    </h1>
    <h3>
      <a href="/">wifi.fmt2.en0.io</a>
    </h3>
  </main>

  
</body>

</html>
+191 −2
Original line number Diff line number Diff line
<!doctype html><html lang=en-us dir=ltr><head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script><meta charset=UTF-8><meta name=viewport content="width=device-width,initial-scale=1"><meta name=description content><meta name=theme-color media="(prefers-color-scheme: light)" content="#ffffff"><meta name=theme-color media="(prefers-color-scheme: dark)" content="#343a40"><meta name=color-scheme content="light dark"><meta property="og:url" content="//localhost:1313/categories/"><meta property="og:site_name" content="wifi.fmt2.en0.io"><meta property="og:title" content="Categories"><meta property="og:locale" content="en_us"><meta property="og:type" content="website"><meta itemprop=name content="Categories"><title>Categories | wifi.fmt2.en0.io</title><link rel=icon href=/favicon.png><link rel=manifest href=/manifest.json><link rel=canonical href=//localhost:1313/categories/><link rel=stylesheet href=/book.min.d001b688465bfefc82049e01ae748ce2a5b3d7da2ae566f7623a5daac2ddea10.css integrity="sha256-0AG2iEZb/vyCBJ4BrnSM4qWz19oq5Wb3YjpdqsLd6hA=" crossorigin=anonymous><script defer src=/fuse.min.js></script><script defer src=/en.search.min.01e06485cbfd6fea743ffc3cf16bf807a385fbc0cd9e5c846259fd1d173a78e4.js integrity="sha256-AeBkhcv9b+p0P/w88Wv4B6OF+8DNnlyEYln9HRc6eOQ=" crossorigin=anonymous></script><link rel=alternate type=application/rss+xml href=//localhost:1313/categories/index.xml title=wifi.fmt2.en0.io></head><body dir=ltr class="book-kind-taxonomy book-type-categories"><input type=checkbox class="hidden toggle" id=menu-control>
<input type=checkbox class="hidden toggle" id=toc-control><main class="container flex"><aside class=book-menu><div class=book-menu-content><nav><h2 class=book-brand><a class="flex align-center" href=/><span>wifi.fmt2.en0.io</span></a></h2><div class="book-search hidden"><input id=book-search-input type=text placeholder=Search aria-label=Search maxlength=64 data-hotkeys=s/><div class="book-search-spinner hidden"></div><ul id=book-search-results></ul></div><script>document.querySelector(".book-search").classList.remove("hidden")</script></nav><script>(function(){var e=document.querySelector("aside .book-menu-content");addEventListener("beforeunload",function(){localStorage.setItem("menu.scrollTop",e.scrollTop)}),e.scrollTop=localStorage.getItem("menu.scrollTop")})()</script></div></aside><div class=book-page><header class="book-header hidden"><div class="flex align-center justify-between"><label for=menu-control><img src=/icons/menu.svg class=book-icon alt=Menu></label><h3>Categories</h3><label for=toc-control></label></div></header><article class="markdown book-article"></article><footer class=book-footer><div class="flex flex-wrap justify-between"><div></div><div></div></div><script>(function(){document.querySelectorAll("pre:has(code)").forEach(e=>{e.addEventListener("click",e.focus),e.addEventListener("copy",function(t){if(t.preventDefault(),navigator.clipboard){const t=window.getSelection().toString()||e.textContent;navigator.clipboard.writeText(t)}})})})()</script></footer><label for=menu-control class="hidden book-menu-overlay"></label></div></main></body></html>
 No newline at end of file
<!DOCTYPE html>
<html lang="en-us" dir="ltr">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
  <!--
Made with Book Theme
https://github.com/alex-shpak/hugo-book
-->

<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#ffffff">
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#343a40">
<meta name="color-scheme" content="light dark"><meta property="og:url" content="//localhost:1313/categories/">
  <meta property="og:site_name" content="wifi.fmt2.en0.io">
  <meta property="og:title" content="Categories">
  <meta property="og:locale" content="en_us">
  <meta property="og:type" content="website">


  <meta itemprop="name" content="Categories">

<title>Categories | wifi.fmt2.en0.io</title>
<link rel="icon" href="/favicon.png" >
<link rel="manifest" href="/manifest.json">
<link rel="canonical" href="//localhost:1313/categories/">
<link rel="stylesheet" href="/book.min.d001b688465bfefc82049e01ae748ce2a5b3d7da2ae566f7623a5daac2ddea10.css" integrity="sha256-0AG2iEZb/vyCBJ4BrnSM4qWz19oq5Wb3YjpdqsLd6hA=" crossorigin="anonymous">


  <script defer src="/fuse.min.js"></script>
  <script defer src="/en.search.min.01e06485cbfd6fea743ffc3cf16bf807a385fbc0cd9e5c846259fd1d173a78e4.js" integrity="sha256-AeBkhcv9b&#43;p0P/w88Wv4B6OF&#43;8DNnlyEYln9HRc6eOQ=" crossorigin="anonymous"></script>


<link rel="alternate" type="application/rss+xml" href="//localhost:1313/categories/index.xml" title="wifi.fmt2.en0.io" />

  
</head>
<body dir="ltr" class="book-kind-taxonomy book-type-categories">
  <input type="checkbox" class="hidden toggle" id="menu-control" />
  <input type="checkbox" class="hidden toggle" id="toc-control" />
  <main class="container flex">
    
<aside class="book-menu">
  <div class="book-menu-content">
    
  <nav>
<h2 class="book-brand">
  <a class="flex align-center" href="/"><span>wifi.fmt2.en0.io</span>
  </a>
</h2>


<div class="book-search hidden">
  <input id="book-search-input" type="text" 
    placeholder="Search"
    aria-label="Search"
    maxlength="64" data-hotkeys="s/" />
  <div class="book-search-spinner hidden"></div>
  <ul id="book-search-results"></ul>
</div>
<script>document.querySelector(".book-search").classList.remove("hidden")</script>
























</nav>




  <script>(function(){var e=document.querySelector("aside .book-menu-content");addEventListener("beforeunload",function(){localStorage.setItem("menu.scrollTop",e.scrollTop)}),e.scrollTop=localStorage.getItem("menu.scrollTop")})()</script>



  </div>
</aside>
 

    <div class="book-page">
      <header class="book-header hidden">
        
  <div class="flex align-center justify-between">
  <label for="menu-control">
    <img src="/icons/menu.svg" class="book-icon" alt="Menu" />
  </label>

  <h3>Categories</h3>

  <label for="toc-control">
    
  </label>
</div>


  
 
      </header>

      
      
  <article class="markdown book-article"></article>
 
      

      <footer class="book-footer">
        
  <div class="flex flex-wrap justify-between">

<div>

</div>

<div>

</div>

</div>







 
        
  
 
        
        
  
 
        
  
  
    <script>(function(){document.querySelectorAll("pre:has(code)").forEach(e=>{e.addEventListener("click",e.focus),e.addEventListener("copy",function(t){if(t.preventDefault(),navigator.clipboard){const t=window.getSelection().toString()||e.textContent;navigator.clipboard.writeText(t)}})})})()</script>
  

      </footer>

      <label for="menu-control" class="hidden book-menu-overlay"></label>
    </div>

    
  
 
  </main>

  
</body>
</html>



















+2 −2
Original line number Diff line number Diff line
@@ -2,10 +2,10 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Categories on wifi.fmt2.en0.io</title>
    <link>wifi.fmt2.en0.io/categories/</link>
    <link>//localhost:1313/categories/</link>
    <description>Recent content in Categories on wifi.fmt2.en0.io</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <atom:link href="wifi.fmt2.en0.io/categories/index.xml" rel="self" type="application/rss+xml" />
    <atom:link href="//localhost:1313/categories/index.xml" rel="self" type="application/rss+xml" />
  </channel>
</rss>
Loading